AFDStateProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.AFDStateProperties

public class AFDStateProperties

The tracking states for afd resources.

Constructor Summary

Constructor Description
AFDStateProperties()

Method Summary

Modifier and Type Method and Description
DeploymentStatus deploymentStatus()

Get possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'.

AfdProvisioningState provisioningState()

Get provisioning status.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AFDStateProperties

public AFDStateProperties()

Method Details

deploymentStatus

public DeploymentStatus deploymentStatus()

Get possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'.

Returns:

the deploymentStatus value

provisioningState

public AfdProvisioningState provisioningState()

Get provisioning status. Possible values include: 'Succeeded', 'Failed', 'Updating', 'Deleting', 'Creating'.

Returns:

the provisioningState value

Applies to