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