HcxEnterpriseSite Class

Definition

An HCX Enterprise Site resource

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

Constructors

HcxEnterpriseSite()

Creates an new HcxEnterpriseSite instance.

Properties

ActivationKey

The activation key

Id

Resource ID.

Name

Resource name.

ResourceGroupName

Gets the resource group name

Status

The status of the HCX Enterprise Site

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HcxEnterpriseSite.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HcxEnterpriseSite.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HcxEnterpriseSite into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to