AddonVrProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET