Partager via


ElasticSanVolumeGroupResource.GetElasticSanSnapshotAsync Méthode

Définition

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.

S’applique à