次の方法で共有


SubscriptionOperationsExtensions.GetAsync(ISubscriptionOperations) メソッド

定義

サブスクリプションの取得操作は、指定されたサブスクリプションのアカウントとリソースの割り当て情報を返します。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx )

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

パラメーター

operations
ISubscriptionOperations

Microsoft.WindowsAzure.Management.ISubscriptionOperations への参照。

戻り値

サブスクリプションの取得操作の応答。

適用対象