Freigeben über


ComputeExtensions.GetCommunityGallery Methode

Definition

Rufen Sie einen Communitykatalog nach öffentlichem Katalognamen ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}
  • Vorgang IdCommunityGalleries_Get
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)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

Ressourcenspeicherort

publicGalleryName
String

Der öffentliche Name des Communitykatalogs.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

publicGalleryName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

publicGalleryName ist NULL.

Gilt für: