- capabilities() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount
-
- capabilities() - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Get list of Cosmos DB capabilities for the account.
- capabilities() - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountPatchParameters
-
Get list of Cosmos DB capabilities for the account.
- Capability - Class in com.microsoft.azure.management.cosmosdb
-
Cosmos DB capability object.
- Capability() - Constructor for class com.microsoft.azure.management.cosmosdb.Capability
-
- CassandraKeyspaceCreateUpdateParameters - Class in com.microsoft.azure.management.cosmosdb
-
Parameters to create and update Cosmos DB Cassandra keyspace.
- CassandraKeyspaceCreateUpdateParameters() - Constructor for class com.microsoft.azure.management.cosmosdb.CassandraKeyspaceCreateUpdateParameters
-
- CassandraKeyspaceResource - Class in com.microsoft.azure.management.cosmosdb
-
Cosmos DB Cassandra keyspace id object.
- CassandraKeyspaceResource() - Constructor for class com.microsoft.azure.management.cosmosdb.CassandraKeyspaceResource
-
- CassandraPartitionKey - Class in com.microsoft.azure.management.cosmosdb
-
Cosmos DB Cassandra table partition key.
- CassandraPartitionKey() - Constructor for class com.microsoft.azure.management.cosmosdb.CassandraPartitionKey
-
- CassandraSchema - Class in com.microsoft.azure.management.cosmosdb
-
Cosmos DB Cassandra table schema.
- CassandraSchema() - Constructor for class com.microsoft.azure.management.cosmosdb.CassandraSchema
-
- CassandraTableCreateUpdateParameters - Class in com.microsoft.azure.management.cosmosdb
-
Parameters to create and update Cosmos DB Cassandra table.
- CassandraTableCreateUpdateParameters() - Constructor for class com.microsoft.azure.management.cosmosdb.CassandraTableCreateUpdateParameters
-
- CassandraTableResource - Class in com.microsoft.azure.management.cosmosdb
-
Cosmos DB Cassandra table id object.
- CassandraTableResource() - Constructor for class com.microsoft.azure.management.cosmosdb.CassandraTableResource
-
- ClusterKey - Class in com.microsoft.azure.management.cosmosdb
-
Cosmos DB Cassandra table cluster key.
- ClusterKey() - Constructor for class com.microsoft.azure.management.cosmosdb.ClusterKey
-
- clusterKeys() - Method in class com.microsoft.azure.management.cosmosdb.CassandraSchema
-
Get list of cluster key.
- code() - Method in class com.microsoft.azure.management.cosmosdb.ErrorResponse
-
Get error code.
- Column - Class in com.microsoft.azure.management.cosmosdb
-
Cosmos DB Cassandra table column.
- Column() - Constructor for class com.microsoft.azure.management.cosmosdb.Column
-
- columns() - Method in class com.microsoft.azure.management.cosmosdb.CassandraSchema
-
Get list of Cassandra table columns.
- com.microsoft.azure.management.cosmosdb - package com.microsoft.azure.management.cosmosdb
-
This package contains the classes for CosmosDB.
- ConflictResolutionMode - Class in com.microsoft.azure.management.cosmosdb
-
Defines values for ConflictResolutionMode.
- ConflictResolutionMode() - Constructor for class com.microsoft.azure.management.cosmosdb.ConflictResolutionMode
-
- conflictResolutionPath() - Method in class com.microsoft.azure.management.cosmosdb.ConflictResolutionPolicy
-
Get the conflict resolution path in the case of LastWriterWins mode.
- ConflictResolutionPolicy - Class in com.microsoft.azure.management.cosmosdb
-
The conflict resolution policy for the container.
- ConflictResolutionPolicy() - Constructor for class com.microsoft.azure.management.cosmosdb.ConflictResolutionPolicy
-
- conflictResolutionPolicy() - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphResource
-
Get the conflict resolution policy for the graph.
- conflictResolutionPolicy() - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerResource
-
Get the conflict resolution policy for the container.
- conflictResolutionProcedure() - Method in class com.microsoft.azure.management.cosmosdb.ConflictResolutionPolicy
-
Get the procedure to resolve conflicts in the case of custom mode.
- connectionString() - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountConnectionString
-
Get value of the connection string.
- connectionStrings() - Method in interface com.microsoft.azure.management.cosmosdb.DatabaseAccountListConnectionStringsResult
-
- ConsistencyPolicy - Class in com.microsoft.azure.management.cosmosdb
-
The consistency policy for the Cosmos DB database account.
- ConsistencyPolicy() - Constructor for class com.microsoft.azure.management.cosmosdb.ConsistencyPolicy
-
- consistencyPolicy() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount
-
- consistencyPolicy() - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Get the consistency policy for the Cosmos DB account.
- CONSISTENT - Static variable in class com.microsoft.azure.management.cosmosdb.IndexingMode
-
Static value Consistent for IndexingMode.
- ContainerPartitionKey - Class in com.microsoft.azure.management.cosmosdb
-
The configuration of the partition key to be used for partitioning data into
multiple partitions.
- ContainerPartitionKey() - Constructor for class com.microsoft.azure.management.cosmosdb.ContainerPartitionKey
-
- CosmosDBAccount - Interface in com.microsoft.azure.management.cosmosdb
-
An immutable client-side representation of an Azure Cosmos DB.
- CosmosDBAccount.Definition - Interface in com.microsoft.azure.management.cosmosdb
-
Grouping of cosmos db definition stages.
- CosmosDBAccount.DefinitionStages - Interface in com.microsoft.azure.management.cosmosdb
-
Grouping of cosmos db definition stages.
- CosmosDBAccount.DefinitionStages.Blank - Interface in com.microsoft.azure.management.cosmosdb
-
The first stage of a cosmos db definition.
- CosmosDBAccount.DefinitionStages.WithConsistencyPolicy - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing to set the consistency policy.
- CosmosDBAccount.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the definition which contains all the minimum required inputs for
the resource to be created, but also allows
for any other optional settings to be specified.
- CosmosDBAccount.DefinitionStages.WithGroup - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing to specify the resource group.
- CosmosDBAccount.DefinitionStages.WithIpRangeFilter - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing to set the IP range filter.
- CosmosDBAccount.DefinitionStages.WithKind - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing to set the database account kind.
- CosmosDBAccount.DefinitionStages.WithMultipleLocations - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing to specify whether multiple write locations will be enabled.
- CosmosDBAccount.DefinitionStages.WithReadReplication - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing the definition of a write location.
- CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing the definition of a Virtual Network ACL Rule.
- CosmosDBAccount.DefinitionStages.WithWriteReplication - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing the definition of a read location.
- CosmosDBAccount.Update - Interface in com.microsoft.azure.management.cosmosdb
-
Grouping of cosmos db update stages.
- CosmosDBAccount.UpdateStages - Interface in com.microsoft.azure.management.cosmosdb
-
Grouping of cosmos db update stages.
- CosmosDBAccount.UpdateStages.WithConsistencyPolicy - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db update allowing to set the consistency policy.
- CosmosDBAccount.UpdateStages.WithIpRangeFilter - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing to set the IP range filter.
- CosmosDBAccount.UpdateStages.WithMultipleLocations - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the Cosmos DB update definition allowing to specify whether multiple write locations are enabled or not.
- CosmosDBAccount.UpdateStages.WithOptionals - Interface in com.microsoft.azure.management.cosmosdb
-
Grouping of cosmos db update stages.
- CosmosDBAccount.UpdateStages.WithReadLocations - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the cosmos db definition allowing the definition of a write location.
- CosmosDBAccount.UpdateStages.WithVirtualNetworkRule - Interface in com.microsoft.azure.management.cosmosdb
-
The stage of the Cosmos DB update definition allowing the definition of a Virtual Network ACL Rule.
- CosmosDBAccounts - Interface in com.microsoft.azure.management.cosmosdb
-
Entry point to Cosmos DB management API.
- COUNT - Static variable in class com.microsoft.azure.management.cosmosdb.UnitType
-
Static value Count for UnitType.
- COUNT_PER_SECOND - Static variable in class com.microsoft.azure.management.cosmosdb.UnitType
-
Static value CountPerSecond for UnitType.
- CUSTOM - Static variable in class com.microsoft.azure.management.cosmosdb.ConflictResolutionMode
-
Static value Custom for ConflictResolutionMode.
- with_etag(String) - Method in class com.microsoft.azure.management.cosmosdb.ExtendedResourceProperties
-
Set a system generated property representing the resource etag required for optimistic concurrency control.
- with_rid(String) - Method in class com.microsoft.azure.management.cosmosdb.ExtendedResourceProperties
-
Set a system generated property.
- with_ts(Object) - Method in class com.microsoft.azure.management.cosmosdb.ExtendedResourceProperties
-
Set a system generated property that denotes the last updated timestamp of the resource.
- withAutomatic(Boolean) - Method in class com.microsoft.azure.management.cosmosdb.IndexingPolicy
-
Set indicates if the indexing policy is automatic.
- withBoundedStalenessConsistency(long, int) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy
-
The bounded staleness consistency policy for the CosmosDB account.
- withBoundedStalenessConsistency(long, int) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithConsistencyPolicy
-
The consistency policy for the CosmosDB account.
- withCapabilities(List<Capability>) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set list of Cosmos DB capabilities for the account.
- withCapabilities(List<Capability>) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountPatchParameters
-
Set list of Cosmos DB capabilities for the account.
- withClusterKeys(List<ClusterKey>) - Method in class com.microsoft.azure.management.cosmosdb.CassandraSchema
-
Set list of cluster key.
- withCode(String) - Method in class com.microsoft.azure.management.cosmosdb.ErrorResponse
-
Set error code.
- withColumns(List<Column>) - Method in class com.microsoft.azure.management.cosmosdb.CassandraSchema
-
Set list of Cassandra table columns.
- withConflictResolutionPath(String) - Method in class com.microsoft.azure.management.cosmosdb.ConflictResolutionPolicy
-
Set the conflict resolution path in the case of LastWriterWins mode.
- withConflictResolutionPolicy(ConflictResolutionPolicy) - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphResource
-
Set the conflict resolution policy for the graph.
- withConflictResolutionPolicy(ConflictResolutionPolicy) - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerResource
-
Set the conflict resolution policy for the container.
- withConflictResolutionProcedure(String) - Method in class com.microsoft.azure.management.cosmosdb.ConflictResolutionPolicy
-
Set the procedure to resolve conflicts in the case of custom mode.
- withConsistencyPolicy(ConsistencyPolicy) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set the consistency policy for the Cosmos DB account.
- withDatabaseAccountOfferType(String) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set the offer type for the database.
- withDataModelAzureTable() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind
-
Creates an Azure Table CosmosDB account.
- withDataModelCassandra() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind
-
Creates a Cassandra CosmosDB account.
- withDataModelGremlin() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind
-
Creates a Gremlin CosmosDB account.
- withDataModelMongoDB() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind
-
Creates a MongoDB CosmosDB account.
- withDataModelSql() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind
-
Creates a SQL CosmosDB account.
- withDataType(DataType) - Method in class com.microsoft.azure.management.cosmosdb.Indexes
-
Set the datatype for which the indexing behavior is applied to.
- withDefaultConsistencyLevel(DefaultConsistencyLevel) - Method in class com.microsoft.azure.management.cosmosdb.ConsistencyPolicy
-
Set the default consistency level and configuration settings of the Cosmos DB account.
- withDefaultTtl(Integer) - Method in class com.microsoft.azure.management.cosmosdb.CassandraTableResource
-
Set time to live of the Cosmos DB Cassandra table.
- withDefaultTtl(Integer) - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphResource
-
Set default time to live.
- withDefaultTtl(Integer) - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerResource
-
Set default time to live.
- withDescription(String) - Method in class com.microsoft.azure.management.cosmosdb.OperationDisplay
-
Set description of operation.
- withEnableAutomaticFailover(Boolean) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set enables automatic failover of the write region in the rare event that the region is unavailable due to an outage.
- withEnableMultipleWriteLocations(Boolean) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set enables the account to write in multiple locations.
- withEventualConsistency() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy
-
The eventual consistency policy for the CosmosDB account.
- withEventualConsistency() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithConsistencyPolicy
-
The consistency policy for the CosmosDB account.
- withExcludedPaths(List<ExcludedPath>) - Method in class com.microsoft.azure.management.cosmosdb.IndexingPolicy
-
Set list of paths to exclude from indexing.
- withExpireAfterSeconds(Integer) - Method in class com.microsoft.azure.management.cosmosdb.MongoIndexOptions
-
Set expire after seconds.
- withFailoverPolicies(List<FailoverPolicy>) - Method in class com.microsoft.azure.management.cosmosdb.FailoverPolicies
-
Set list of failover policies.
- withFailoverPriority(Integer) - Method in class com.microsoft.azure.management.cosmosdb.FailoverPolicy
-
Set the failover priority of the region.
- withFailoverPriority(Integer) - Method in class com.microsoft.azure.management.cosmosdb.Location
-
Set the failover priority of the region.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.CassandraKeyspaceResource
-
Set name of the Cosmos DB Cassandra keyspace.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.CassandraTableResource
-
Set name of the Cosmos DB Cassandra table.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.GremlinDatabaseResource
-
Set name of the Cosmos DB Gremlin database.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphResource
-
Set name of the Cosmos DB Gremlin graph.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource
-
Set name of the Cosmos DB MongoDB collection.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.MongoDBDatabaseResource
-
Set name of the Cosmos DB MongoDB database.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerResource
-
Set name of the Cosmos DB SQL container.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.SqlDatabaseResource
-
Set name of the Cosmos DB SQL database.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.TableResource
-
Set name of the Cosmos DB table.
- withId(String) - Method in class com.microsoft.azure.management.cosmosdb.VirtualNetworkRule
-
Set resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
- withIgnoreMissingVNetServiceEndpoint(Boolean) - Method in class com.microsoft.azure.management.cosmosdb.VirtualNetworkRule
-
Set create firewall rule before the virtual network has vnet service endpoint enabled.
- withIncludedPaths(List<IncludedPath>) - Method in class com.microsoft.azure.management.cosmosdb.IndexingPolicy
-
Set list of paths to include in the indexing.
- withIndexes(List<Indexes>) - Method in class com.microsoft.azure.management.cosmosdb.IncludedPath
-
Set list of indexes for this path.
- withIndexes(List<MongoIndex>) - Method in class com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource
-
Set list of index keys.
- withIndexingMode(IndexingMode) - Method in class com.microsoft.azure.management.cosmosdb.IndexingPolicy
-
Set indicates the indexing mode.
- withIndexingPolicy(IndexingPolicy) - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphResource
-
Set the configuration of the indexing policy.
- withIndexingPolicy(IndexingPolicy) - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerResource
-
Set the configuration of the indexing policy.
- withIpRangeFilter(String) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithIpRangeFilter
-
CosmosDB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR
form to be included as the allowed list of client IPs for a given database account.
- withIpRangeFilter(String) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithIpRangeFilter
-
CosmosDB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR
form to be included as the allowed list of client IPs for a given database account.
- withIpRangeFilter(String) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set cosmos DB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
- withIsVirtualNetworkFilterEnabled(Boolean) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set flag to indicate whether to enable/disable Virtual Network ACL rules.
- withIsZoneRedundant(Boolean) - Method in class com.microsoft.azure.management.cosmosdb.Location
-
Set flag to indicate whether or not this region is an AvailabilityZone region.
- withKey(MongoIndexKeys) - Method in class com.microsoft.azure.management.cosmosdb.MongoIndex
-
Set cosmos DB MongoDB collection index keys.
- withKeyKind(KeyKind) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountRegenerateKeyParameters
-
Set the access key to regenerate.
- withKeys(List<String>) - Method in class com.microsoft.azure.management.cosmosdb.MongoIndexKeys
-
Set list of keys for each MongoDB collection in the Azure Cosmos DB service.
- withKind(PartitionKind) - Method in class com.microsoft.azure.management.cosmosdb.ContainerPartitionKey
-
Set indicates the kind of algorithm used for partitioning.
- withKind(DatabaseAccountKind) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind
-
The database account kind for the CosmosDB account.
- withKind(DatabaseAccountKind, Capability...) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithKind
-
The database account kind for the CosmosDB account.
- withKind(DatabaseAccountKind) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set indicates the type of database account.
- withKind(IndexKind) - Method in class com.microsoft.azure.management.cosmosdb.Indexes
-
Set indicates the type of index.
- withLocationName(String) - Method in class com.microsoft.azure.management.cosmosdb.FailoverPolicy
-
Set the name of the region in which the database account exists.
- withLocationName(String) - Method in class com.microsoft.azure.management.cosmosdb.Location
-
Set the name of the region.
- withLocations(List<Location>) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set an array that contains the georeplication locations enabled for the Cosmos DB account.
- withMaxIntervalInSeconds(Integer) - Method in class com.microsoft.azure.management.cosmosdb.ConsistencyPolicy
-
Set when used with the Bounded Staleness consistency level, this value represents the time amount of staleness (in seconds) tolerated.
- withMaxStalenessPrefix(Long) - Method in class com.microsoft.azure.management.cosmosdb.ConsistencyPolicy
-
Set when used with the Bounded Staleness consistency level, this value represents the number of stale requests tolerated.
- withMessage(String) - Method in class com.microsoft.azure.management.cosmosdb.ErrorResponse
-
Set error message indicating why the operation failed.
- withMode(ConflictResolutionMode) - Method in class com.microsoft.azure.management.cosmosdb.ConflictResolutionPolicy
-
Set indicates the conflict resolution mode.
- withMultipleWriteLocationsEnabled(boolean) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithMultipleLocations
-
Specifies whether multiple write locations are enabled for this cosmos db account.
- withMultipleWriteLocationsEnabled(boolean) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithMultipleLocations
-
Specifies whether multiple write locations are enabled or not for this cosmos db account.
- withName(String) - Method in class com.microsoft.azure.management.cosmosdb.Capability
-
Set name of the Cosmos DB capability.
- withName(String) - Method in class com.microsoft.azure.management.cosmosdb.CassandraPartitionKey
-
Set name of the Cosmos DB Cassandra table partition key.
- withName(String) - Method in class com.microsoft.azure.management.cosmosdb.ClusterKey
-
Set name of the Cosmos DB Cassandra table cluster key.
- withName(String) - Method in class com.microsoft.azure.management.cosmosdb.Column
-
Set name of the Cosmos DB Cassandra table column.
- withOperation(String) - Method in class com.microsoft.azure.management.cosmosdb.OperationDisplay
-
Set operation type: Read, write, delete, etc.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.CassandraKeyspaceCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.CassandraTableCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.GremlinDatabaseCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.MongoDBCollectionCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.MongoDBDatabaseCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOptions(MongoIndexOptions) - Method in class com.microsoft.azure.management.cosmosdb.MongoIndex
-
Set cosmos DB MongoDB collection index key options.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.SqlDatabaseCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOptions(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.TableCreateUpdateParameters
-
Set a key-value pair of options to be applied for the request.
- withOrderBy(String) - Method in class com.microsoft.azure.management.cosmosdb.ClusterKey
-
Set order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc".
- withoutReadReplication(Region) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithReadLocations
-
A georeplication location for the CosmosDB account.
- withoutVirtualNetwork(String, String) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithVirtualNetworkRule
-
Removes a Virtual Network ACL Rule for the CosmosDB account.
- withPartitionKey(ContainerPartitionKey) - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphResource
-
Set the configuration of the partition key to be used for partitioning data into multiple partitions.
- withPartitionKey(ContainerPartitionKey) - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerResource
-
Set the configuration of the partition key to be used for partitioning data into multiple partitions.
- withPartitionKeys(List<CassandraPartitionKey>) - Method in class com.microsoft.azure.management.cosmosdb.CassandraSchema
-
Set list of partition key.
- withPath(String) - Method in class com.microsoft.azure.management.cosmosdb.ExcludedPath
-
Set the path for which the indexing behavior applies to.
- withPath(String) - Method in class com.microsoft.azure.management.cosmosdb.IncludedPath
-
Set the path for which the indexing behavior applies to.
- withPaths(List<String>) - Method in class com.microsoft.azure.management.cosmosdb.ContainerPartitionKey
-
Set list of paths using which data within the container can be partitioned.
- withPaths(List<String>) - Method in class com.microsoft.azure.management.cosmosdb.UniqueKey
-
Set list of paths must be unique for each document in the Azure Cosmos DB service.
- withPrecision(Integer) - Method in class com.microsoft.azure.management.cosmosdb.Indexes
-
Set the precision of the index.
- withProvider(String) - Method in class com.microsoft.azure.management.cosmosdb.OperationDisplay
-
Set service provider: Microsoft.ResourceProvider.
- withProvisioningState(String) - Method in class com.microsoft.azure.management.cosmosdb.Location
-
Set the provisioningState value.
- withReadReplication(Region) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithReadReplication
-
A georeplication location for the CosmosDB account.
- withReadReplication(Region) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithReadLocations
-
A georeplication location for the CosmosDB account.
- withRegion(String) - Method in class com.microsoft.azure.management.cosmosdb.RegionForOnlineOffline
-
Set cosmos DB region, with spaces between words and each word capitalized.
- withResource(CassandraKeyspaceResource) - Method in class com.microsoft.azure.management.cosmosdb.CassandraKeyspaceCreateUpdateParameters
-
Set the standard JSON format of a Cassandra keyspace.
- withResource(CassandraTableResource) - Method in class com.microsoft.azure.management.cosmosdb.CassandraTableCreateUpdateParameters
-
Set the standard JSON format of a Cassandra table.
- withResource(GremlinDatabaseResource) - Method in class com.microsoft.azure.management.cosmosdb.GremlinDatabaseCreateUpdateParameters
-
Set the standard JSON format of a Gremlin database.
- withResource(GremlinGraphResource) - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphCreateUpdateParameters
-
Set the standard JSON format of a Gremlin graph.
- withResource(MongoDBCollectionResource) - Method in class com.microsoft.azure.management.cosmosdb.MongoDBCollectionCreateUpdateParameters
-
Set the standard JSON format of a MongoDB collection.
- withResource(MongoDBDatabaseResource) - Method in class com.microsoft.azure.management.cosmosdb.MongoDBDatabaseCreateUpdateParameters
-
Set the standard JSON format of a MongoDB database.
- withResource(String) - Method in class com.microsoft.azure.management.cosmosdb.OperationDisplay
-
Set resource on which the operation is performed: Profile, endpoint, etc.
- withResource(SqlContainerResource) - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerCreateUpdateParameters
-
Set the standard JSON format of a container.
- withResource(SqlDatabaseResource) - Method in class com.microsoft.azure.management.cosmosdb.SqlDatabaseCreateUpdateParameters
-
Set the standard JSON format of a SQL database.
- withResource(TableResource) - Method in class com.microsoft.azure.management.cosmosdb.TableCreateUpdateParameters
-
Set the standard JSON format of a Table.
- withResource(ThroughputResource) - Method in class com.microsoft.azure.management.cosmosdb.ThroughputUpdateParameters
-
Set the standard JSON format of a resource throughput.
- withSchema(CassandraSchema) - Method in class com.microsoft.azure.management.cosmosdb.CassandraTableResource
-
Set schema of the Cosmos DB Cassandra table.
- withSessionConsistency() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy
-
The session consistency policy for the CosmosDB account.
- withSessionConsistency() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithConsistencyPolicy
-
The consistency policy for the CosmosDB account.
- withShardKey(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.MongoDBCollectionResource
-
Set a key-value pair of shard keys to be applied for the request.
- withStrongConsistency() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy
-
The strong consistency policy for the CosmosDB account.
- withStrongConsistency() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithConsistencyPolicy
-
The consistency policy for the CosmosDB account.
- withTags(Map<String, String>) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountPatchParameters
-
Set the tags value.
- withThroughput(int) - Method in class com.microsoft.azure.management.cosmosdb.ThroughputResource
-
Set value of the Cosmos DB resource throughput.
- withType(String) - Method in class com.microsoft.azure.management.cosmosdb.Column
-
Set type of the Cosmos DB Cassandra table column.
- withUnique(Boolean) - Method in class com.microsoft.azure.management.cosmosdb.MongoIndexOptions
-
Set is unique or not.
- withUniqueKeyPolicy(UniqueKeyPolicy) - Method in class com.microsoft.azure.management.cosmosdb.GremlinGraphResource
-
Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
- withUniqueKeyPolicy(UniqueKeyPolicy) - Method in class com.microsoft.azure.management.cosmosdb.SqlContainerResource
-
Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
- withUniqueKeys(List<UniqueKey>) - Method in class com.microsoft.azure.management.cosmosdb.UniqueKeyPolicy
-
Set list of unique keys on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.
- withVirtualNetwork(String, String) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule
-
Specifies a Virtual Network ACL Rule for the CosmosDB account.
- withVirtualNetwork(String, String) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithVirtualNetworkRule
-
Specifies a new Virtual Network ACL Rule for the CosmosDB account.
- withVirtualNetworkRules(List<VirtualNetworkRule>) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule
-
Specifies the list of Virtual Network ACL Rules for the CosmosDB account.
- withVirtualNetworkRules(List<VirtualNetworkRule>) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.UpdateStages.WithVirtualNetworkRule
-
A Virtual Network ACL Rule for the CosmosDB account.
- withVirtualNetworkRules(List<VirtualNetworkRule>) - Method in class com.microsoft.azure.management.cosmosdb.DatabaseAccountCreateUpdateParameters
-
Set list of Virtual Network ACL rules configured for the Cosmos DB account.
- withWriteReplication(Region) - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount.DefinitionStages.WithWriteReplication
-
A georeplication location for the CosmosDB account.
- writableReplications() - Method in interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount
-