次の方法で共有


RestorePointsOperationsExtensions.BeginCreateAsync メソッド

定義

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

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

パラメーター

operations
IRestorePointsOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

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

restorePointName
String

復元ポイントの名前。

parameters
RestorePoint

復元ポイントの作成操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象