Uses of Class
com.azure.resourcemanager.cosmos.models.Location
-
Packages that use Location Package Description 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 Location in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type Location Modifier and Type Method Description List<Location>DatabaseAccountCreateUpdateProperties. locations()Get the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.List<Location>DatabaseAccountGetProperties. locations()Get the locations property: An array that contains all of the locations enabled for the Cosmos DB account.List<Location>DatabaseAccountGetResultsInner. locations()Get the locations property: An array that contains all of the locations enabled for the Cosmos DB account.List<Location>DatabaseAccountUpdateProperties. locations()Get the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.List<Location>DatabaseAccountGetProperties. readLocations()Get the readLocations property: An array that contains of the read locations enabled for the Cosmos DB account.List<Location>DatabaseAccountGetResultsInner. readLocations()Get the readLocations property: An array that contains of the read locations enabled for the Cosmos DB account.List<Location>DatabaseAccountGetProperties. writeLocations()Get the writeLocations property: An array that contains the write location for the Cosmos DB account.List<Location>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 Location Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withLocations(List<Location> locations)Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. 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 Location Modifier and Type Method Description LocationLocation. withFailoverPriority(Integer failoverPriority)Set the failoverPriority property: The failover priority of the region.LocationLocation. withIsZoneRedundant(Boolean isZoneRedundant)Set the isZoneRedundant property: Flag to indicate whether or not this region is an AvailabilityZone region.LocationLocation. 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 Location Modifier and Type Method Description List<Location>DatabaseAccountCreateUpdateParameters. locations()Get the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.List<Location>DatabaseAccountUpdateParameters. locations()Get the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.List<Location>CosmosDBAccount. readableReplications()List<Location>CosmosDBAccount. writableReplications()Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type Location Modifier and Type Method Description voidCosmosDBAccounts. failoverPriorityChange(String groupName, String accountName, List<Location> failoverPolicies)Changes the failover priority for the Azure CosmosDB database account.Mono<Void>CosmosDBAccounts. failoverPriorityChangeAsync(String groupName, String accountName, List<Location> failoverPolicies)Changes the failover priority for the Azure CosmosDB database account.DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withLocations(List<Location> locations)Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withLocations(List<Location> locations)Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB account.
-