AddonHcxProperties Class

Definition

The properties of an HCX addon

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

Constructors

AddonHcxProperties()

Creates an new AddonHcxProperties instance.

Properties

AddonType

The type of private cloud addon

Offer

The HCX offer, example VMware MaaS Cloud Provider (Enterprise)

ProvisioningState

The state of the addon provisioning

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AddonHcxProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AddonHcxProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AddonHcxProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to