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.
public class AddonVrProperties : Azure.ResourceManager.Avs.Models.AvsPrivateCloudAddonProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.Models.AddonVrProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.Models.AddonVrProperties>
public class AddonVrProperties : Azure.ResourceManager.Avs.Models.AvsPrivateCloudAddonProperties
type AddonVrProperties = class
inherit AvsPrivateCloudAddonProperties
interface IJsonModel<AddonVrProperties>
interface IPersistableModel<AddonVrProperties>
type AddonVrProperties = class
inherit AvsPrivateCloudAddonProperties
Public Class AddonVrProperties
Inherits AvsPrivateCloudAddonProperties
Implements IJsonModel(Of AddonVrProperties), IPersistableModel(Of AddonVrProperties)
Public Class AddonVrProperties
Inherits AvsPrivateCloudAddonProperties
- Inheritance
- Implements
Constructors
AddonVrProperties(Int32) |
Initializes a new instance of AddonVrProperties. |
Properties
ProvisioningState |
The state of the addon provisioning. (Inherited from AvsPrivateCloudAddonProperties) |
VrsCount |
The vSphere Replication Server (VRS) count. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from AvsPrivateCloudAddonProperties) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET