次の方法で共有


RestorePointsOperationsExtensions.GetAsync メソッド

定義

復元ポイントを取得する操作。

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

パラメーター

operations
IRestorePointsOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

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

restorePointName
String

復元ポイントの名前。

expand
String

操作に適用する展開式。 'InstanceView' は、復元ポイントの実行時状態に関する情報を取得します。 使用可能な値は、'instanceView' です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象