ComputeExtensions.GetSharedGalleryAsync 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 une galerie partagée par ID d’abonnement ou id de locataire.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}
- IdSharedGalleries_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.SharedGalleryResource>> GetSharedGalleryAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default);
static member GetSharedGalleryAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.SharedGalleryResource>>
<Extension()>
Public Function GetSharedGalleryAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, galleryUniqueName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SharedGalleryResource))
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
- location
- AzureLocation
Emplacement de la ressource.
- galleryUniqueName
- String
Nom unique de la galerie partagée.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
galleryUniqueName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
galleryUniqueName
a la valeur null.