AddonVrProperties Constructors

Definition

Overloads

AddonVrProperties()

Initializes a new instance of the AddonVrProperties class.

AddonVrProperties(Int32, String)

Initializes a new instance of the AddonVrProperties class.

AddonVrProperties()

Initializes a new instance of the AddonVrProperties class.

public AddonVrProperties ();
Public Sub New ()

Applies to

AddonVrProperties(Int32, String)

Initializes a new instance of the AddonVrProperties class.

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

Parameters

vrsCount
Int32

The vSphere Replication Server (VRS) count

provisioningState
String

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

Applies to