LocationsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

CosmosDBManagementClient's

<xref:locations> attribute.

Inheritance
builtins.object
LocationsOperations

Constructor

LocationsOperations(*args, **kwargs)

Methods

get

Get the properties of an existing Cosmos DB location.

list

List Cosmos DB locations and their properties.

get

Get the properties of an existing Cosmos DB location.

async get(location: str, **kwargs: Any) -> LocationGetResult

Parameters

Name Description
location
Required
str

Cosmos DB region, with spaces between words and each word capitalized. Required.

Returns

Type Description

LocationGetResult or the result of cls(response)

Exceptions

Type Description

list

List Cosmos DB locations and their properties.

list(**kwargs: Any) -> AsyncIterable[LocationGetResult]

Returns

Type Description

An iterator like instance of either LocationGetResult or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.cosmosdb.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\cosmosdb\\models\\__init__.py'>