次の方法で共有


HostedServiceOperationsExtensions.List(IHostedServiceOperations) メソッド

定義

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

public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse List(this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member List : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse
<Extension()>
Public Function List (operations As IHostedServiceOperations) As HostedServiceListResponse

パラメーター

operations
IHostedServiceOperations

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

戻り値

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

適用対象