Class AfdStateProperties
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.AfdStateProperties
-
- Direct Known Subclasses:
RuleSetProperties,SecretProperties,SecurityPolicyProperties
public class AfdStateProperties extends Object
The tracking states for afd resources.
-
-
Constructor Summary
Constructors Constructor Description AfdStateProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentStatusdeploymentStatus()Get the deploymentStatus property: The deploymentStatus property.AfdProvisioningStateprovisioningState()Get the provisioningState property: Provisioning status.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
provisioningState
public AfdProvisioningState provisioningState()
Get the provisioningState property: Provisioning status.- Returns:
- the provisioningState value.
-
deploymentStatus
public DeploymentStatus 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.
-
-