次の方法で共有


WinRMListener コンストラクター

定義

オーバーロード

WinRMListener()

WinRMListener クラスの新しいインスタンスを初期化します。

WinRMListener(Nullable<ProtocolTypes>, String)

WinRMListener クラスの新しいインスタンスを初期化します。

WinRMListener()

WinRMListener クラスの新しいインスタンスを初期化します。

public WinRMListener ();
Public Sub New ()

適用対象

WinRMListener(Nullable<ProtocolTypes>, String)

WinRMListener クラスの新しいインスタンスを初期化します。

public WinRMListener (Microsoft.Azure.Management.Compute.Models.ProtocolTypes? protocol = default, string certificateUrl = default);
new Microsoft.Azure.Management.Compute.Models.WinRMListener : Nullable<Microsoft.Azure.Management.Compute.Models.ProtocolTypes> * string -> Microsoft.Azure.Management.Compute.Models.WinRMListener
Public Sub New (Optional protocol As Nullable(Of ProtocolTypes) = Nothing, Optional certificateUrl As String = Nothing)

パラメーター

protocol
Nullable<ProtocolTypes>

WinRM リスナーのプロトコルを指定します。 指定できる値は http,https.. です。 使用できる値は、'Http'、'Https' です。

certificateUrl
String

これは、シークレットとしてKey Vaultにアップロードされた証明書の URL です。 Key Vaultにシークレットを追加する方法については、「キー コンテナーにキーまたはシークレットを追加する」を参照してください。 この場合、証明書は、UTF-8 <でエンコードされる次の JSON オブジェクトの Base64 エンコードである必要があります。br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>} <br> 仮想マシンに証明書をインストールするには、Linux または 用の Azure Key Vault 仮想マシン拡張機能を使用することをお勧めしますAzure Key Vault Windows 用仮想マシン拡張機能

適用対象