Share via


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.WebSites.Models.SslState? sslState = default, string virtualIP = default, string thumbprint = default, bool? toUpdate = default, Microsoft.Azure.Management.WebSites.Models.HostType? hostType = default);
new Microsoft.Azure.Management.WebSites.Models.HostNameSslState : string * Nullable<Microsoft.Azure.Management.WebSites.Models.SslState> * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.WebSites.Models.HostType> -> Microsoft.Azure.Management.WebSites.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</code> に<>設定して、既存のホスト名を更新します。

hostType
Nullable<HostType>

ホスト名が標準ホスト名かリポジトリ ホスト名かを示します。 使用可能な値は、'Standard'、'Repository' です。

適用対象