RestorePointsOperationsExtensions.CreateAsync 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> CreateAsync (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 CreateAsync : 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 CreateAsync (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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET