次の方法で共有


RestorePointCollectionsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

復元ポイント コレクションを作成または更新する操作。 詳細については、 を https://aka.ms/RestorePoints 参照してください。 復元ポイント コレクションを更新する場合は、タグのみを変更できます。

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

パラメーター

operations
IRestorePointCollectionsOperations

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

resourceGroupName
String

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

restorePointCollectionName
String

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

parameters
RestorePointCollection

復元ポイント コレクションの作成または更新操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象