共用方式為


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>

設定為 < [程式碼 true < /程式碼 >> ] 以更新現有的主機名稱。

hostType
Nullable<HostType>

指出主機名稱是否為標準或存放庫主機名稱。 可能的值包括:'Standard'、'Repository'

適用於