次の方法で共有


CollectionOperationsExtensions.ListVms(ICollectionOperations, String) メソッド

定義

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

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

パラメーター

operations
ICollectionOperations

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

collectionName
String

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

戻り値

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

適用対象