HcxEnterpriseSiteProperties 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 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 |
ProvisioningState |
The provisioning state of the resource. |
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() |