Freigeben über


GalleryApplicationCollection.Get(String, CancellationToken) Methode

Definition

Ruft Informationen zu einer Kataloganwendungsdefinition ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}
  • Vorgang IdGalleryApplications_Get
public virtual Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource> Get (string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationResource>
Public Overridable Function Get (galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GalleryApplicationResource)

Parameter

galleryApplicationName
String

Der Name der abzurufenden Anwendungsdefinition des Katalogs.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

galleryApplicationName ist NULL.

Gilt für: