次の方法で共有


SshPublicKeysOperationsExtensions.GetAsync メソッド

定義

SSH 公開キーに関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource> GetAsync (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource>
<Extension()>
Public Function GetAsync (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SshPublicKeyResource)

パラメーター

operations
ISshPublicKeysOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

sshPublicKeyName
String

SSH 公開キーの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象