Condividi tramite


AFDStateProperties Constructors

Definition

Overloads

AFDStateProperties()

Initializes a new instance of the AFDStateProperties class.

AFDStateProperties(String, String)

Initializes a new instance of the AFDStateProperties class.

AFDStateProperties()

Initializes a new instance of the AFDStateProperties class.

public AFDStateProperties ();
Public Sub New ()

Applies to

AFDStateProperties(String, String)

Initializes a new instance of the AFDStateProperties class.

public AFDStateProperties (string provisioningState = default, string deploymentStatus = default);
new Microsoft.Azure.Management.Cdn.Models.AFDStateProperties : string * string -> Microsoft.Azure.Management.Cdn.Models.AFDStateProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional deploymentStatus As String = Nothing)

Parameters

provisioningState
String

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

deploymentStatus
String

Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'

Applies to