CosmosDBAccountImpl.ICosmosDBAccount.OfflineRegionAsync Method

Definition

Asynchronously it takes offline the specified region for the current Azure Cosmos DB database account.

System.Threading.Tasks.Task ICosmosDBAccount.OfflineRegionAsync (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region region, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount.OfflineRegionAsync : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount.OfflineRegionAsync : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function OfflineRegionAsync (region As Region, cancellationToken As CancellationToken) As Task Implements ICosmosDBAccount.OfflineRegionAsync

Parameters

region
Region

Cosmos DB region.

cancellationToken
CancellationToken

Returns

Implements

Applies to