Freigeben über


GalleryApplicationVersionResource.Get Methode

Definition

Ruft Informationen zu einer Kataloganwendungsversion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • Vorgangs-IdGalleryApplicationVersions_Get
public virtual Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource> Get (Azure.ResourceManager.Compute.Models.ReplicationStatusType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Nullable<Azure.ResourceManager.Compute.Models.ReplicationStatusType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>
override this.Get : Nullable<Azure.ResourceManager.Compute.Models.ReplicationStatusType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>
Public Overridable Function Get (Optional expand As Nullable(Of ReplicationStatusType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GalleryApplicationVersionResource)

Parameter

expand
Nullable<ReplicationStatusType>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: