次の方法で共有


HostedServiceOperationsExtensions.ListAsync(IHostedServiceOperations) メソッド

定義

[ホストされたサービスの一覧表示] 操作には、現在のサブスクリプションで使用できるクラウド サービスが一覧表示されます。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/ee460781.aspx )

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse>
<Extension()>
Public Function ListAsync (operations As IHostedServiceOperations) As Task(Of HostedServiceListResponse)

パラメーター

operations
IHostedServiceOperations

Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations への参照。

戻り値

ホストされているサービス操作の応答を一覧表示します。

適用対象