HostNameSslState コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ホスト名
- virtualIP
- String
IP ベースの SSL が有効になっている場合、ホスト名に割り当てられた仮想 IP アドレス。
- thumbprint
- String
SSL 証明書の拇印。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET