Compartir a través de


SnapshotsOperationsExtensions.BeginCreateOrUpdateAsync Método

Definición

Crea o actualiza una instantánea.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Snapshot> BeginCreateOrUpdateAsync(this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, string resourceGroupName, string snapshotName, Microsoft.Azure.Management.Compute.Models.Snapshot snapshot, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Compute.ISnapshotsOperations * string * string * Microsoft.Azure.Management.Compute.Models.Snapshot * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Snapshot>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As ISnapshotsOperations, resourceGroupName As String, snapshotName As String, snapshot As Snapshot, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Snapshot)

Parámetros

operations
ISnapshotsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

snapshotName
String

Nombre de la instantánea que se está creando. El nombre no se puede cambiar después de crear la instantánea. Los caracteres admitidos para el nombre son a-z, A-Z, 0-9, _ y -. La longitud máxima del nombre es de 80 caracteres.

snapshot
Snapshot

Objeto snapshot proporcionado en el cuerpo de la operación Put disk.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a