azure.mgmt.cosmosdb package

Module contents

class azure.mgmt.cosmosdb.CosmosDBManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: object

Azure Cosmos DB Database Service Resource Provider REST API.

Variables
Parameters
Keyword Arguments
  • api_version (str) – Api Version. Default value is “2022-02-15-preview”. Note that overriding this default value may result in unsupported behavior.

  • polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()None[source]