Uses of Interface
com.azure.resourcemanager.cosmos.models.CosmosDBAccount.UpdateStages.WithOptionals
Packages that use CosmosDBAccount.UpdateStages.WithOptionals
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of CosmosDBAccount.UpdateStages.WithOptionals in com.azure.resourcemanager.cosmos.models
Subinterfaces of CosmosDBAccount.UpdateStages.WithOptionals in com.azure.resourcemanager.cosmos.modelsModifier and TypeInterfaceDescriptionstatic interfaceGrouping of cosmos db update stages.Methods in com.azure.resourcemanager.cosmos.models that return CosmosDBAccount.UpdateStages.WithOptionalsModifier and TypeMethodDescriptionCosmosDBAccount.UpdateStages.WithConsistencyPolicy.withBoundedStalenessConsistency(long maxStalenessPrefix, int maxIntervalInSeconds) The consistency policy for the CosmosDB account.CosmosDBAccount.UpdateStages.WithConnector.withCassandraConnector(ConnectorOffer connectorOffer) Specifies a connector offer for cassandra connector.CosmosDBAccount.UpdateStages.WithKeyBasedMetadataWriteAccess.withDisableKeyBaseMetadataWriteAccess(boolean disabled) Specifies whether metadata write access should be disabled.CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withEventualConsistency()The consistency policy for the CosmosDB account.CosmosDBAccount.UpdateStages.WithIpRules.withIpRangeFilter(String ipRangeFilter) Deprecated.CosmosDBAccount.UpdateStages.WithIpRules.withIpRules(List<IpAddressOrRange> ipRules) 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.CosmosDBAccount.UpdateStages.WithMultipleLocations.withMultipleWriteLocationsEnabled(boolean enabled) Specifies whether multiple write locations are enabled or not for this cosmos db account.CosmosDBAccount.UpdateStages.WithConnector.withoutCassandraConnector()Remove the connector offer.CosmosDBAccount.UpdateStages.WithPrivateEndpointConnection.withoutPrivateEndpointConnection(String name) Remove an existing private endpoint connection.CosmosDBAccount.UpdateStages.WithVirtualNetworkRule.withoutVirtualNetwork(String virtualNetworkId, String subnetName) Removes a Virtual Network ACL Rule for the CosmosDB account.CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withSessionConsistency()The consistency policy for the CosmosDB account.CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withStrongConsistency()The consistency policy for the CosmosDB account.CosmosDBAccount.UpdateStages.WithVirtualNetworkRule.withVirtualNetwork(String virtualNetworkId, String subnetName) Specifies a new Virtual Network ACL Rule for the CosmosDB account.CosmosDBAccount.UpdateStages.WithVirtualNetworkRule.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) A Virtual Network ACL Rule for the CosmosDB account.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CosmosDBAccount.UpdateStages.WithOptionalsModifier and TypeMethodDescriptionCosmosDBAccount.UpdateStages.WithPrivateEndpointConnection.defineNewPrivateEndpointConnection(String name) Start the definition of a private endpoint connection to be attached to the cosmos db account.
CosmosDBAccount.UpdateStages.WithIpRules.withIpRules(List)}