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


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

Определение

Перегрузки

HostNameBindingInner()

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

HostNameBindingInner(String, String, String, String, String, String, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>, Nullable<SslState>, String, String)

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

HostNameBindingInner()

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

public HostNameBindingInner ();
Public Sub New ()

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

HostNameBindingInner(String, String, String, String, String, String, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>, Nullable<SslState>, String, String)

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

public HostNameBindingInner (string id = default, string name = default, string type = default, string kind = default, string siteName = default, string domainId = default, string azureResourceName = default, Microsoft.Azure.Management.AppService.Fluent.Models.AzureResourceType? azureResourceType = default, Microsoft.Azure.Management.AppService.Fluent.Models.CustomHostNameDnsRecordType? customHostNameDnsRecordType = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostNameType? hostNameType = default, Microsoft.Azure.Management.AppService.Fluent.Models.SslState? sslState = default, string thumbprint = default, string virtualIP = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HostNameBindingInner : string * string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.AzureResourceType> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.CustomHostNameDnsRecordType> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameType> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.SslState> * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.HostNameBindingInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional siteName As String = Nothing, Optional domainId As String = Nothing, Optional azureResourceName As String = Nothing, Optional azureResourceType As Nullable(Of AzureResourceType) = Nothing, Optional customHostNameDnsRecordType As Nullable(Of CustomHostNameDnsRecordType) = Nothing, Optional hostNameType As Nullable(Of HostNameType) = Nothing, Optional sslState As Nullable(Of SslState) = Nothing, Optional thumbprint As String = Nothing, Optional virtualIP As String = Nothing)

Параметры

id
String
name
String
type
String
kind
String

Тип ресурса.

siteName
String

Служба приложений имя приложения.

domainId
String

Полный URI ресурса домена ARM.

azureResourceName
String

Имя ресурса Azure.

azureResourceType
Nullable<AzureResourceType>

Тип ресурса Azure. Возможные значения: Website, TrafficManager.

customHostNameDnsRecordType
Nullable<CustomHostNameDnsRecordType>

Тип настраиваемой записи DNS. Возможные значения: "CName", "A"

hostNameType
Nullable<HostNameType>

Тип имени узла. Возможные значения: "Проверено", "Управляемо".

sslState
Nullable<SslState>

Тип SSL. Возможные значения: Disabled, SniEnabled, IpBasedEnabled.

thumbprint
String

Отпечаток SSL-сертификата

virtualIP
String

Виртуальный IP-адрес, назначенный имени узла, если включен ПРОТОКОЛ SSL на основе IP-адресов.

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