RestorePointsOperationsExtensions.BeginCreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operation to create the restore point. Updating properties of an existing restore point is not allowed
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)
Parameters
- operations
- IRestorePointsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- restorePointCollectionName
- String
The name of the restore point collection.
- restorePointName
- String
The name of the restore point.
- parameters
- RestorePoint
Parameters supplied to the Create restore point operation.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET