次の方法で共有


SshPublicKeysOperationsExtensions.ListByResourceGroup メソッド

定義

指定したリソース グループ内のすべての SSH 公開キーを一覧表示します。 応答で nextLink プロパティを使用して、SSH 公開キーの次のページを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource> ListByResourceGroup (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource>
<Extension()>
Public Function ListByResourceGroup (operations As ISshPublicKeysOperations, resourceGroupName As String) As IPage(Of SshPublicKeyResource)

パラメーター

operations
ISshPublicKeysOperations

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

resourceGroupName
String

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

戻り値

適用対象