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