LocationsClient Interface
public interface LocationsClient
An instance of this class provides access to all the operations defined in LocationsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Location |
get(String location)
Get the properties of an existing Cosmos DB location. |
abstract
Mono<Location |
getAsync(String location)
Get the properties of an existing Cosmos DB location. |
abstract
Response<Location |
getWithResponse(String location, Context context)
Get the properties of an existing Cosmos DB location. |
abstract
Mono<Response<Location |
getWithResponseAsync(String location)
Get the properties of an existing Cosmos DB location. |
abstract
Paged |
list()
List Cosmos DB locations and their properties. |
abstract
Paged |
list(Context context)
List Cosmos DB locations and their properties. |
abstract
Paged |
listAsync()
List Cosmos DB locations and their properties. |
Method Details
get
public abstract LocationGetResultInner get(String location)
Get the properties of an existing Cosmos DB location.
Parameters:
Returns:
getAsync
public abstract Mono
Get the properties of an existing Cosmos DB location.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the properties of an existing Cosmos DB location.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the properties of an existing Cosmos DB location.
Parameters:
Returns:
list
public abstract PagedIterable
List Cosmos DB locations and their properties.
Returns:
list
public abstract PagedIterable
List Cosmos DB locations and their properties.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List Cosmos DB locations and their properties.
Returns:
Applies to
Azure SDK for Java