AddonProperties Constructors

Definition

Overloads

AddonProperties()

Initializes a new instance of the AddonProperties class.

AddonProperties(String)

Initializes a new instance of the AddonProperties class.

AddonProperties()

Initializes a new instance of the AddonProperties class.

public AddonProperties ();
Public Sub New ()

Applies to

AddonProperties(String)

Initializes a new instance of the AddonProperties class.

public AddonProperties (string provisioningState = default);
new Microsoft.Azure.Management.Avs.Models.AddonProperties : string -> Microsoft.Azure.Management.Avs.Models.AddonProperties
Public Sub New (Optional provisioningState As String = Nothing)

Parameters

provisioningState
String

The state of the addon provisioning. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Building', 'Deleting', 'Updating'

Applies to