ElasticSanVolumeGroupResource.GetElasticSanSnapshotAsync 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.
Obtenir un instantané de volume.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}
- IdVolumeSnapshots_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ElasticSan.ElasticSanSnapshotResource>> GetElasticSanSnapshotAsync (string snapshotName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetElasticSanSnapshotAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ElasticSan.ElasticSanSnapshotResource>>
override this.GetElasticSanSnapshotAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ElasticSan.ElasticSanSnapshotResource>>
Public Overridable Function GetElasticSanSnapshotAsync (snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ElasticSanSnapshotResource))
Paramètres
- snapshotName
- String
Nom du volume instantané dans le groupe de volumes donné.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
snapshotName
est une chaîne vide et devait être non vide.
snapshotName
a la valeur null.