Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.LocationGetResultInner
-
Packages that use LocationGetResultInner Package Description com.azure.resourcemanager.cosmos.fluent Package containing the service clients for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 LocationGetResultInner Modifier and Type Method Description LocationGetResultInnerLocationsClient. get(String location)Get the properties of an existing Cosmos DB location.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type LocationGetResultInner Modifier and Type Method Description Mono<LocationGetResultInner>LocationsClient. getAsync(String location)Get 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 LocationGetResultInner Modifier and Type Method Description LocationGetResultInnerLocationGetResultInner. 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 LocationGetResultInner Modifier and Type Method Description List<LocationGetResultInner>LocationListResult. value()Get the value property: List of Cosmos DB locations and their properties.
-