次の方法で共有


DiskRestorePointOperationsExtensions.ListByRestorePointAsync メソッド

定義

vmRestorePoint の下に diskRestorePoint を一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DiskRestorePoint>> ListByRestorePointAsync(this Microsoft.Azure.Management.Compute.IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, System.Threading.CancellationToken cancellationToken = default);
static member ListByRestorePointAsync : Microsoft.Azure.Management.Compute.IDiskRestorePointOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.DiskRestorePoint>>
<Extension()>
Public Function ListByRestorePointAsync (operations As IDiskRestorePointOperations, resourceGroupName As String, restorePointCollectionName As String, vmRestorePointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DiskRestorePoint))

パラメーター

operations
IDiskRestorePointOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

ディスク復元ポイントが属する復元ポイント コレクションの名前。

vmRestorePointName
String

ディスク ディスク復元ポイントが属する VM 復元ポイントの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象