Class AfdStateProperties
java.lang.Object
com.azure.resourcemanager.cdn.models.AfdStateProperties
- Direct Known Subclasses:
RuleSetProperties,SecretProperties,SecurityPolicyProperties
The tracking states for afd resources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the deploymentStatus property: The deploymentStatus property.Get the provisioningState property: Provisioning status.voidvalidate()Validates the instance.
-
Constructor Details
-
AfdStateProperties
public AfdStateProperties()Creates an instance of AfdStateProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: Provisioning status.- Returns:
- the provisioningState value.
-
deploymentStatus
Get the deploymentStatus property: The deploymentStatus property.- Returns:
- the deploymentStatus value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-