Uses of Class
com.azure.resourcemanager.cosmos.models.Location
Packages that use Location
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of Location in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type LocationModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.locations()
Get the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountGetProperties.locations()
Get the locations property: An array that contains all of the locations enabled for the Cosmos DB account.DatabaseAccountGetResultsInner.locations()
Get the locations property: An array that contains all of the locations enabled for the Cosmos DB account.DatabaseAccountUpdateProperties.locations()
Get the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountGetProperties.readLocations()
Get the readLocations property: An array that contains of the read locations enabled for the Cosmos DB account.DatabaseAccountGetResultsInner.readLocations()
Get the readLocations property: An array that contains of the read locations enabled for the Cosmos DB account.DatabaseAccountGetProperties.writeLocations()
Get the writeLocations property: An array that contains the write location for the Cosmos DB account.DatabaseAccountGetResultsInner.writeLocations()
Get the writeLocations property: An array that contains the write location for the Cosmos DB account.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type LocationModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withLocations
(List<Location> locations) Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountUpdateProperties.withLocations
(List<Location> locations) Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account. -
Uses of Location in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return LocationModifier and TypeMethodDescriptionstatic Location
Location.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Location from the JsonReader.Location.withFailoverPriority
(Integer failoverPriority) Set the failoverPriority property: The failover priority of the region.Location.withIsZoneRedundant
(Boolean isZoneRedundant) Set the isZoneRedundant property: Flag to indicate whether or not this region is an AvailabilityZone region.Location.withLocationName
(String locationName) Set the locationName property: The name of the region.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type LocationModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.locations()
Get the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountUpdateParameters.locations()
Get the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.CosmosDBAccount.readableReplications()
Gets an array that contains the readable georeplication locations enabled for the CosmosDB account.CosmosDBAccount.writableReplications()
Gets an array that contains the writable georeplication locations enabled for the CosmosDB account.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type LocationModifier and TypeMethodDescriptionvoid
CosmosDBAccounts.failoverPriorityChange
(String groupName, String accountName, List<Location> failoverPolicies) Changes the failover priority for the Azure CosmosDB database account.CosmosDBAccounts.failoverPriorityChangeAsync
(String groupName, String accountName, List<Location> failoverPolicies) Changes the failover priority for the Azure CosmosDB database account.DatabaseAccountCreateUpdateParameters.withLocations
(List<Location> locations) Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountUpdateParameters.withLocations
(List<Location> locations) Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.