次の方法で共有


SshPublicKeyResourceInner コンストラクター

定義

オーバーロード

SshPublicKeyResourceInner()

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

SshPublicKeyResourceInner(String, String, String, String, IDictionary<String,String>, String)

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

SshPublicKeyResourceInner()

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

public SshPublicKeyResourceInner ();
Public Sub New ()

適用対象

SshPublicKeyResourceInner(String, String, String, String, IDictionary<String,String>, String)

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

public SshPublicKeyResourceInner (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.Fluent.Models.SshPublicKeyResourceInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Compute.Fluent.Models.SshPublicKeyResourceInner
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
name
String
type
String
publicKey
String

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

適用対象