Поделиться через


HcxEnterpriseSite Конструкторы

Определение

Перегрузки

HcxEnterpriseSite()

Инициализирует новый экземпляр класса HcxEnterpriseSite.

HcxEnterpriseSite(String, String, String, String, String)

Инициализирует новый экземпляр класса HcxEnterpriseSite.

HcxEnterpriseSite()

Инициализирует новый экземпляр класса HcxEnterpriseSite.

public HcxEnterpriseSite ();
Public Sub New ()

Применяется к

HcxEnterpriseSite(String, String, String, String, String)

Инициализирует новый экземпляр класса HcxEnterpriseSite.

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)

Параметры

id
String

Идентификатор ресурса.

name
String

Имя ресурса.

type
String

Тип ресурса.

activationKey
String

Ключ активации

status
String

Состояние сайта HCX Enterprise. Возможные значения: "Available", "Consumed", "Deactivated", "Deleted"

Применяется к