次の方法で共有


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

定義

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountGetResponse> GetAsync(string accountName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountGetResponse>
Public Function GetAsync (accountName As String, cancellationToken As CancellationToken) As Task(Of MediaServicesAccountGetResponse)

パラメーター

accountName
String

Media Services アカウントの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

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

適用対象