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

HcxEnterpriseSiteProperties Class

Definition

The properties of an HCX Enterprise Site

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.HcxEnterpriseSitePropertiesTypeConverter))]
public class HcxEnterpriseSiteProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IHcxEnterpriseSiteProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.HcxEnterpriseSitePropertiesTypeConverter))>]
type HcxEnterpriseSiteProperties = class
    interface IHcxEnterpriseSiteProperties
    interface IJsonSerializable
Public Class HcxEnterpriseSiteProperties
Implements IHcxEnterpriseSiteProperties
Inheritance
HcxEnterpriseSiteProperties
Attributes
Implements

Constructors

HcxEnterpriseSiteProperties()

Creates an new HcxEnterpriseSiteProperties instance.

Properties

ActivationKey

The activation key

Status

The status of the HCX Enterprise Site

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HcxEnterpriseSiteProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HcxEnterpriseSiteProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HcxEnterpriseSiteProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to