你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AddonArcProperties Class

Definition

The properties of an Arc addon

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonArcPropertiesTypeConverter))]
public class AddonArcProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddonArcProperties, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonArcPropertiesTypeConverter))>]
type AddonArcProperties = class
    interface IAddonArcProperties
    interface IJsonSerializable
    interface IAddonProperties
    interface IValidates
Public Class AddonArcProperties
Implements IAddonArcProperties, IValidates
Inheritance
AddonArcProperties
Attributes
Implements

Constructors

AddonArcProperties()

Creates an new AddonArcProperties instance.

Properties

AddonType

The type of private cloud addon

ProvisioningState

The state of the addon provisioning

VCenter

The VMware vCenter resource ID

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AddonArcProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AddonArcProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddonArcProperties.

FromJsonString(String)

Creates a new instance of AddonArcProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AddonArcProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to