次の方法で共有


SshPublicKeyResource コンストラクター

定義

オーバーロード

SshPublicKeyResource()

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

SshPublicKeyResource(String, String, String, String, IDictionary<String,String>, String)

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

SshPublicKeyResource()

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

public SshPublicKeyResource ();
Public Sub New ()

適用対象

SshPublicKeyResource(String, String, String, String, IDictionary<String,String>, String)

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

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

パラメーター

location
String

リソースの場所

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

tags
IDictionary<String,String>

リソース タグ

publicKey
String

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

適用対象