次の方法で共有


CollectionOperationsExtensions.RegionListAsync(ICollectionOperations) メソッド

定義

サブスクリプションのコレクションを作成できるすべてのリージョンの一覧を取得します。

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

パラメーター

operations
ICollectionOperations

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

戻り値

場所の一覧。

適用対象