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


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

Определение

Перегрузки

HostNameSslState()

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

HostNameSslState(String, Nullable<SslState>, String, String, Nullable<Boolean>, Nullable<HostType>)

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

HostNameSslState()

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

public HostNameSslState ();
Public Sub New ()

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

HostNameSslState(String, Nullable<SslState>, String, String, Nullable<Boolean>, Nullable<HostType>)

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

public HostNameSslState (string name = default, Microsoft.Azure.Management.AppService.Fluent.Models.SslState? sslState = default, string virtualIP = default, string thumbprint = default, bool? toUpdate = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostType? hostType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState : string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.SslState> * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.HostType> -> Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState
Public Sub New (Optional name As String = Nothing, Optional sslState As Nullable(Of SslState) = Nothing, Optional virtualIP As String = Nothing, Optional thumbprint As String = Nothing, Optional toUpdate As Nullable(Of Boolean) = Nothing, Optional hostType As Nullable(Of HostType) = Nothing)

Параметры

name
String

Имя узла

sslState
Nullable<SslState>

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

virtualIP
String

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

thumbprint
String

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

toUpdate
Nullable<Boolean>

Задайте значение <code>true</code> , чтобы обновить существующее имя узла.

hostType
Nullable<HostType>

Указывает, является ли имя узла стандартным или именем узла репозитория. Возможные значения: Standard, Repository.

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