AddonVrProperties Class
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.
The properties of a vSphere Replication (VR) addon
[Newtonsoft.Json.JsonObject("VR")]
public class AddonVrProperties : Microsoft.Azure.Management.Avs.Models.AddonProperties
[<Newtonsoft.Json.JsonObject("VR")>]
type AddonVrProperties = class
inherit AddonProperties
Public Class AddonVrProperties
Inherits AddonProperties
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AddonVrProperties() |
Initializes a new instance of the AddonVrProperties class. |
AddonVrProperties(Int32, String) |
Initializes a new instance of the AddonVrProperties class. |
Properties
ProvisioningState |
Gets the state of the addon provisioning. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Building', 'Deleting', 'Updating' (Inherited from AddonProperties) |
VrsCount |
Gets or sets the vSphere Replication Server (VRS) count |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET