Uses of Interface
com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithCreate
Packages that use CosmosDBAccount.DefinitionStages.WithCreate
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of CosmosDBAccount.DefinitionStages.WithCreate in com.azure.resourcemanager.cosmos.models
Subinterfaces of CosmosDBAccount.DefinitionStages.WithCreate in com.azure.resourcemanager.cosmos.modelsModifier and TypeInterfaceDescriptionstatic interfaceGrouping of cosmos db definition stages.Subinterfaces with type arguments of type CosmosDBAccount.DefinitionStages.WithCreate in com.azure.resourcemanager.cosmos.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe 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.Methods in com.azure.resourcemanager.cosmos.models that return CosmosDBAccount.DefinitionStages.WithCreateModifier and TypeMethodDescriptionCosmosDBAccount.DefinitionStages.WithAutomaticFailover.disableAutomaticFailover()Disables automatic failover.CosmosDBAccount.DefinitionStages.WithLocalAuth.disableLocalAuth()Disables local auth for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithConnector.withCassandraConnector(ConnectorOffer connectorOffer) Specifies a connector offer for cassandra connector.CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess.withDisableKeyBaseMetadataWriteAccess(boolean disabled) Specifies whether metadata write access should be disabled.CosmosDBAccount.DefinitionStages.WithIpRules.withIpRangeFilter(String ipRangeFilter) Deprecated.CosmosDBAccount.DefinitionStages.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.DefinitionStages.WithMultipleLocations.withMultipleWriteLocationsEnabled(boolean enabled) Specifies whether multiple write locations are enabled for this cosmos db account.CosmosDBAccount.DefinitionStages.WithReadReplication.withReadReplication(com.azure.core.management.Region region) A georeplication location for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withStrongConsistency()The strong consistency policy for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule.withVirtualNetwork(String virtualNetworkId, String subnetName) Specifies a Virtual Network ACL Rule for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) Specifies the list of Virtual Network ACL Rules for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithWriteReplication.withWriteReplication(com.azure.core.management.Region region) A georeplication location for the CosmosDB account.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CosmosDBAccount.DefinitionStages.WithCreateModifier and TypeMethodDescriptionCosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection.defineNewPrivateEndpointConnection(String name) Starts the definition of a private endpoint connection to be attached to the cosmos db account.
CosmosDBAccount.DefinitionStages.WithIpRules.withIpRules(List)}