Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.LocationGetResultInner
Packages that use LocationGetResultInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of LocationGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return LocationGetResultInnerModifier and TypeMethodDescriptionGet the properties of an existing Cosmos DB location.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type LocationGetResultInnerModifier and TypeMethodDescriptionGet the properties of an existing Cosmos DB location.com.azure.core.http.rest.Response
<LocationGetResultInner> LocationsClient.getWithResponse
(String location, com.azure.core.util.Context context) Get the properties of an existing Cosmos DB location.Mono
<com.azure.core.http.rest.Response<LocationGetResultInner>> LocationsClient.getWithResponseAsync
(String location) Get the properties of an existing Cosmos DB location.com.azure.core.http.rest.PagedIterable
<LocationGetResultInner> LocationsClient.list()
List Cosmos DB locations and their properties.com.azure.core.http.rest.PagedIterable
<LocationGetResultInner> LocationsClient.list
(com.azure.core.util.Context context) List Cosmos DB locations and their properties.com.azure.core.http.rest.PagedFlux
<LocationGetResultInner> LocationsClient.listAsync()
List Cosmos DB locations and their properties. -
Uses of LocationGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return LocationGetResultInnerModifier and TypeMethodDescriptionstatic LocationGetResultInner
LocationGetResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LocationGetResultInner from the JsonReader.LocationGetResultInner.withProperties
(LocationProperties properties) Set the properties property: Cosmos DB location metadata. -
Uses of LocationGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type LocationGetResultInnerModifier and TypeMethodDescriptionLocationListResult.value()
Get the value property: List of Cosmos DB locations and their properties.