次の方法で共有


AccountOperationsExtensions.GetAsync(IAccountOperations, String) メソッド

定義

Media Services アカウントの取得操作は、Windows Azure のメディア サービス アカウントに関する詳細情報を取得します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/dn166974.aspx してください)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountGetResponse> GetAsync(this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations, string accountName);
static member GetAsync : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountGetResponse>
<Extension()>
Public Function GetAsync (operations As IAccountOperations, accountName As String) As Task(Of MediaServicesAccountGetResponse)

パラメーター

operations
IAccountOperations

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

accountName
String

必須。 Media Services アカウントの名前。

戻り値

Media Services アカウントの取得操作応答。

適用対象