次の方法で共有


AccountsOperationsExtensions.GetAsync(IAccountsOperations) メソッド

定義

アカウントの詳細を取得します。

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

パラメーター

operations
IAccountsOperations

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

戻り値

GetAccount オペラトンの結果の定義。

適用対象