SnapshotsOperationsExtensions.BeginCreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée ou met à jour un instantané.
public static Microsoft.Azure.Management.Compute.Models.Snapshot BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, string resourceGroupName, string snapshotName, Microsoft.Azure.Management.Compute.Models.Snapshot snapshot);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.ISnapshotsOperations * string * string * Microsoft.Azure.Management.Compute.Models.Snapshot -> Microsoft.Azure.Management.Compute.Models.Snapshot
<Extension()>
Public Function BeginCreateOrUpdate (operations As ISnapshotsOperations, resourceGroupName As String, snapshotName As String, snapshot As Snapshot) As Snapshot
Paramètres
- operations
- ISnapshotsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- snapshotName
- String
Nom du instantané en cours de création. Le nom ne peut pas être modifié une fois le instantané créé. Les caractères pris en charge pour le nom sont a-z, A-Z, 0-9, _ et -. La longueur maximale du nom est de 80 caractères.
- snapshot
- Snapshot
Objet d’instantané fourni dans le corps de l’opération Put disk.
Retours
S’applique à
Azure SDK for .NET