次の方法で共有


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

定義

特定のコレクションの結果を返します

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

パラメーター

operations
ICollectionOperations

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

collectionName
String

必須。 コレクションの名前。

戻り値

GetServiceList 操作の応答。

適用対象