ICollectionOperations.GetAdAsync(String, CancellationToken) Method

Definition

Returns the specified Active directory's configuration.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.ActiveDirectoryConfigResult> GetAdAsync (string collectionName, System.Threading.CancellationToken cancellationToken);
abstract member GetAdAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.ActiveDirectoryConfigResult>
Public Function GetAdAsync (collectionName As String, cancellationToken As CancellationToken) As Task(Of ActiveDirectoryConfigResult)

Parameters

collectionName
String

Name of the collection

cancellationToken
CancellationToken

Cancellation token.

Returns

Similar in structure to the VNet class but used to return one of these in GET requests.

Applies to