GalleryApplicationResource.GetGalleryApplicationVersion メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ギャラリーのアプリケーション バージョンに関する情報を取得します。
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
- 操作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)
パラメーター
- galleryApplicationVersionName
- String
取得するギャラリーアプリケーションバージョンの名前。
- expand
- Nullable<ReplicationStatusType>
操作に適用する展開式。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
galleryApplicationVersionName
は空の文字列であり、空でないと想定されていました。
galleryApplicationVersionName
が null です。