Class ApplicationAcceleratorProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.ApplicationAcceleratorProperties
Application accelerator properties payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationAcceleratorProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the components property: Collection of components belong to application accelerator.Get the provisioningState property: State of the application accelerator.voidvalidate()Validates the instance.
-
Constructor Details
-
ApplicationAcceleratorProperties
public ApplicationAcceleratorProperties()Creates an instance of ApplicationAcceleratorProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: State of the application accelerator.- Returns:
- the provisioningState value.
-
components
Get the components property: Collection of components belong to application accelerator.- Returns:
- the components value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-