Freigeben über


ComputeExtensions.GetSharedGallery Methode

Definition

Rufen Sie einen freigegebenen Katalog nach Abonnement-ID oder Mandanten-ID ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}
  • Vorgang IdSharedGalleries_Get
public static Azure.Response<Azure.ResourceManager.Compute.SharedGalleryResource> GetSharedGallery (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default);
static member GetSharedGallery : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.SharedGalleryResource>
<Extension()>
Public Function GetSharedGallery (subscriptionResource As SubscriptionResource, location As AzureLocation, galleryUniqueName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SharedGalleryResource)

Parameter

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Ressourcenspeicherort

galleryUniqueName
String

Der eindeutige Name des freigegebenen Katalogs.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

galleryUniqueName ist NULL.

Gilt für: