次の方法で共有


SnapshotsOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループの下にスナップショットを一覧表示します。

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

パラメーター

operations
ISnapshotsOperations

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

resourceGroupName
String

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

戻り値

適用対象