Share via


AddonHcxProperties Class

Definition

The properties of an HCX addon

[Newtonsoft.Json.JsonObject("HCX")]
public class AddonHcxProperties : Microsoft.Azure.Management.Avs.Models.AddonProperties
[<Newtonsoft.Json.JsonObject("HCX")>]
type AddonHcxProperties = class
    inherit AddonProperties
Public Class AddonHcxProperties
Inherits AddonProperties
Inheritance
AddonHcxProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AddonHcxProperties()

Initializes a new instance of the AddonHcxProperties class.

AddonHcxProperties(String, String)

Initializes a new instance of the AddonHcxProperties class.

Properties

Offer

Gets or sets the HCX offer, example VMware MaaS Cloud Provider (Enterprise)

ProvisioningState

Gets the state of the addon provisioning. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Building', 'Deleting', 'Updating'

(Inherited from AddonProperties)

Methods

Validate()

Validate the object.

Applies to