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
[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
- 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
Azure SDK for .NET