ICollectionOperations.SetAdAsync Method

Definition

Updates the specified Active directory's configuration.

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

Parameters

collectionName
String

Name of the collection

activeDirectoryConfigDetails
ActiveDirectoryConfigParameter

AD config

cancellationToken
CancellationToken

Cancellation token.

Returns

The response containing the operation tracking id.

Applies to