次の方法で共有


AccountOperationsExtensions.ListAsync(IAccountOperations) メソッド

定義

Media Services アカウントの一覧表示操作は、Windows Azure の現在のサブスクリプションに関連付けられている既存のすべてのメディア サービス アカウントに関する情報を取得します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/dn166989.aspx してください)

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

パラメーター

operations
IAccountOperations

Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations への参照。

戻り値

[メディア アカウントの一覧表示] 操作の応答。

適用対象