LocationsOperations interface

Interface representing a Locations operations.

Properties

get

Get the properties of an existing Cosmos DB location

list

List Cosmos DB locations and their properties

Property Details

get

Get the properties of an existing Cosmos DB location

get: (location: string, options?: LocationsGetOptionalParams) => Promise<LocationGetResult>

Property Value

(location: string, options?: LocationsGetOptionalParams) => Promise<LocationGetResult>

list

List Cosmos DB locations and their properties

list: (options?: LocationsListOptionalParams) => PagedAsyncIterableIterator<LocationGetResult, LocationGetResult[], PageSettings>

Property Value

(options?: LocationsListOptionalParams) => PagedAsyncIterableIterator<LocationGetResult, LocationGetResult[], PageSettings>