次の方法で共有


CollectionOperationsExtensions.ListVmsAsync メソッド

定義

コレクション内のすべての仮想マシンの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionVmsListResult> ListVmsAsync (this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, string collectionName);
static member ListVmsAsync : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionVmsListResult>
<Extension()>
Public Function ListVmsAsync (operations As ICollectionOperations, collectionName As String) As Task(Of CollectionVmsListResult)

パラメーター

operations
ICollectionOperations

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

collectionName
String

必須。 vms が存在する RemoteApp コレクション名。

戻り値

特定のコレクション内の仮想マシンの一覧。

適用対象