HcxEnterpriseSite Constructors
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.
Overloads
HcxEnterpriseSite() |
Initializes a new instance of the HcxEnterpriseSite class. |
HcxEnterpriseSite(String, String, String, String, String) |
Initializes a new instance of the HcxEnterpriseSite class. |
HcxEnterpriseSite()
Initializes a new instance of the HcxEnterpriseSite class.
public HcxEnterpriseSite ();
Public Sub New ()
Applies to
HcxEnterpriseSite(String, String, String, String, String)
Initializes a new instance of the HcxEnterpriseSite class.
public HcxEnterpriseSite (string id = default, string name = default, string type = default, string activationKey = default, string status = default);
new Microsoft.Azure.Management.Avs.Models.HcxEnterpriseSite : string * string * string * string * string -> Microsoft.Azure.Management.Avs.Models.HcxEnterpriseSite
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional activationKey As String = Nothing, Optional status As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- activationKey
- String
The activation key
- status
- String
The status of the HCX Enterprise Site. Possible values include: 'Available', 'Consumed', 'Deactivated', 'Deleted'
Applies to
Azure SDK for .NET