次の方法で共有


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

定義

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

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

パラメーター

operations
IAccountOperations

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

accountName
String

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

戻り値

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

適用対象