次の方法で共有


RestorePointCollectionsOperationsExtensions.List メソッド

定義

リソース グループ内の復元ポイント コレクションの一覧を取得します。

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

パラメーター

operations
IRestorePointCollectionsOperations

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

resourceGroupName
String

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

戻り値

適用対象