GalleryApplicationResource.GetGalleryApplicationVersion Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft Informationen zu einer Kataloganwendungsversion ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
- Vorgang IdGalleryApplicationVersions_Get
public virtual Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource> GetGalleryApplicationVersion (string galleryApplicationVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGalleryApplicationVersion : string * Nullable<Azure.ResourceManager.Compute.Models.ReplicationStatusType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>
override this.GetGalleryApplicationVersion : string * Nullable<Azure.ResourceManager.Compute.Models.ReplicationStatusType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>
Public Overridable Function GetGalleryApplicationVersion (galleryApplicationVersionName As String, Optional expand As Nullable(Of ReplicationStatusType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GalleryApplicationVersionResource)
Parameter
- galleryApplicationVersionName
- String
Der Name der abzurufenden Anwendungsversion des Katalogs.
- expand
- Nullable<ReplicationStatusType>
Der expand-Ausdruck, der auf den Vorgang angewendet werden soll.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
galleryApplicationVersionName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
galleryApplicationVersionName
ist NULL.