次の方法で共有


GalleryApplicationsOperationsExtensions.GetAsync メソッド

定義

ギャラリーアプリケーション定義に関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryApplication> GetAsync (this Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryApplication>
<Extension()>
Public Function GetAsync (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GalleryApplication)

パラメーター

operations
IGalleryApplicationsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

galleryName
String

アプリケーション定義の取得元となる共有アプリケーション ギャラリーの名前。

galleryApplicationName
String

取得するギャラリーアプリケーション定義の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象