AddonHcxProperties Constructors

Definition

Overloads

AddonHcxProperties()

Initializes a new instance of the AddonHcxProperties class.

AddonHcxProperties(String, String)

Initializes a new instance of the AddonHcxProperties class.

AddonHcxProperties()

Initializes a new instance of the AddonHcxProperties class.

public AddonHcxProperties ();
Public Sub New ()

Applies to

AddonHcxProperties(String, String)

Initializes a new instance of the AddonHcxProperties class.

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

Parameters

offer
String

The HCX offer, example VMware MaaS Cloud Provider (Enterprise)

provisioningState
String

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

Applies to