次の方法で共有


LocationOperationsExtensions.List(ILocationOperations) メソッド

定義

[場所の一覧表示] 操作には、サブスクリプションに対して有効なすべてのデータ センターの場所が一覧表示されます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/gg441293.aspx してください)

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

パラメーター

operations
ILocationOperations

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

戻り値

場所の一覧表示操作の応答。

適用対象