Share via


AddonVrProperties Class

Definition

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
AddonVrProperties
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