次の方法で共有


RestorePointCollectionsOperationsExtensions.GetAsync メソッド

定義

復元ポイント コレクションを取得する操作。

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

パラメーター

operations
IRestorePointCollectionsOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

復元ポイント コレクションの名前。

expand
String

操作に適用する展開式。 expand=restorePoints の場合、サーバーは restorePointCollection に含まれるすべての復元ポイントを返します。 使用可能な値は次のとおりです: 'restorePoints'

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象