次の方法で共有


TemplateImageOperationsExtensions.ListAsync(ITemplateImageOperations) メソッド

定義

サブスクリプションのテンプレート イメージの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageListResult> ListAsync (this Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageListResult>
<Extension()>
Public Function ListAsync (operations As ITemplateImageOperations) As Task(Of TemplateImageListResult)

パラメーター

operations
ITemplateImageOperations

Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations への参照。

戻り値

TemplateImageOperations.List の操作応答。

適用対象