ElasticSanResource.GetElasticSanVolumeGroup(String, CancellationToken) 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.
Obtenez un VolumeGroups.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}
- IdVolumeGroups_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.ElasticSan.ElasticSanVolumeGroupResource> GetElasticSanVolumeGroup (string volumeGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetElasticSanVolumeGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ElasticSan.ElasticSanVolumeGroupResource>
override this.GetElasticSanVolumeGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ElasticSan.ElasticSanVolumeGroupResource>
Public Overridable Function GetElasticSanVolumeGroup (volumeGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ElasticSanVolumeGroupResource)
Paramètres
- volumeGroupName
- String
Nom du VolumeGroup.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
volumeGroupName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
volumeGroupName
a la valeur null.