AddonHcxProperties 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 addon
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AddonHcxPropertiesTypeConverter))]
public class AddonHcxProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAddonHcxProperties, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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 |
Addon type |
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.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. |