CosmosDBAccountImpl.ICosmosDBAccount.OfflineRegionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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