次の方法で共有


SshPublicKeyUpdateResource コンストラクター

定義

オーバーロード

SshPublicKeyUpdateResource()

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

SshPublicKeyUpdateResource(IDictionary<String,String>, String)

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

SshPublicKeyUpdateResource()

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

public SshPublicKeyUpdateResource ();
Public Sub New ()

適用対象

SshPublicKeyUpdateResource(IDictionary<String,String>, String)

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

public SshPublicKeyUpdateResource (System.Collections.Generic.IDictionary<string,string> tags = default, string publicKey = default);
new Microsoft.Azure.Management.Compute.Models.SshPublicKeyUpdateResource : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Compute.Models.SshPublicKeyUpdateResource
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional publicKey As String = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ

publicKey
String

ssh を使用して仮想マシンに対する認証に使用される SSH 公開キー。 リソースの作成時にこのプロパティが最初に指定されていない場合、generateKeyPair が呼び出されたときに publicKey プロパティが設定されます。 リソースの作成時に公開キーが提供される場合、提供される公開キーは、少なくとも 2048 ビットで ssh-rsa 形式である必要があります。

適用対象