Class PredefinedAcceleratorProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.PredefinedAcceleratorProperties
Predefined accelerator properties payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PredefinedAcceleratorProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the acceleratorTags property: The acceleratorTags property.Get the description property: The description property.Get the displayName property: The displayName property.iconUrl()Get the iconUrl property: The iconUrl property.Get the provisioningState property: Provisioning state of the predefined accelerator.state()Get the state property: State of the predefined accelerator.voidvalidate()Validates the instance.Set the state property: State of the predefined accelerator.
-
Constructor Details
-
PredefinedAcceleratorProperties
public PredefinedAcceleratorProperties()Creates an instance of PredefinedAcceleratorProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: Provisioning state of the predefined accelerator.- Returns:
- the provisioningState value.
-
displayName
Get the displayName property: The displayName property.- Returns:
- the displayName value.
-
description
Get the description property: The description property.- Returns:
- the description value.
-
iconUrl
Get the iconUrl property: The iconUrl property.- Returns:
- the iconUrl value.
-
acceleratorTags
Get the acceleratorTags property: The acceleratorTags property.- Returns:
- the acceleratorTags value.
-
state
Get the state property: State of the predefined accelerator.- Returns:
- the state value.
-
withState
Set the state property: State of the predefined accelerator.- Parameters:
state- the state value to set.- Returns:
- the PredefinedAcceleratorProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-