DatabaseAccountUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DatabaseAccountUpdateParameters() |
Initializes a new instance of the DatabaseAccountUpdateParameters class. |
DatabaseAccountUpdateParameters(IDictionary<String,String>, String, ConsistencyPolicy, IList<Location>, String, Nullable<Boolean>, Nullable<Boolean>, IList<Capability>, IList<VirtualNetworkRule>, Nullable<Boolean>, Nullable<Boolean>, ConnectorOffer, Nullable<Boolean>, String) |
Initializes a new instance of the DatabaseAccountUpdateParameters class. |
DatabaseAccountUpdateParameters()
Initializes a new instance of the DatabaseAccountUpdateParameters class.
public DatabaseAccountUpdateParameters ();
Public Sub New ()
Applies to
DatabaseAccountUpdateParameters(IDictionary<String,String>, String, ConsistencyPolicy, IList<Location>, String, Nullable<Boolean>, Nullable<Boolean>, IList<Capability>, IList<VirtualNetworkRule>, Nullable<Boolean>, Nullable<Boolean>, ConnectorOffer, Nullable<Boolean>, String)
Initializes a new instance of the DatabaseAccountUpdateParameters class.
public DatabaseAccountUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConsistencyPolicy consistencyPolicy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> locations = default, string ipRangeFilter = default, bool? isVirtualNetworkFilterEnabled = default, bool? enableAutomaticFailover = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Capability> capabilities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.VirtualNetworkRule> virtualNetworkRules = default, bool? enableMultipleWriteLocations = default, bool? enableCassandraConnector = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConnectorOffer connectorOffer = default, bool? disableKeyBasedMetadataWriteAccess = default, string keyVaultKeyUri = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountUpdateParameters : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConsistencyPolicy * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Capability> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.VirtualNetworkRule> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ConnectorOffer * Nullable<bool> * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional consistencyPolicy As ConsistencyPolicy = Nothing, Optional locations As IList(Of Location) = Nothing, Optional ipRangeFilter As String = Nothing, Optional isVirtualNetworkFilterEnabled As Nullable(Of Boolean) = Nothing, Optional enableAutomaticFailover As Nullable(Of Boolean) = Nothing, Optional capabilities As IList(Of Capability) = Nothing, Optional virtualNetworkRules As IList(Of VirtualNetworkRule) = Nothing, Optional enableMultipleWriteLocations As Nullable(Of Boolean) = Nothing, Optional enableCassandraConnector As Nullable(Of Boolean) = Nothing, Optional connectorOffer As ConnectorOffer = Nothing, Optional disableKeyBasedMetadataWriteAccess As Nullable(Of Boolean) = Nothing, Optional keyVaultKeyUri As String = Nothing)
Parameters
- tags
- IDictionary<String,String>
- location
- String
The location of the resource group to which the resource belongs.
- consistencyPolicy
- ConsistencyPolicy
The consistency policy for the Cosmos DB account.
An array that contains the georeplication locations enabled for the Cosmos DB account.
- ipRangeFilter
- String
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. IP addresses/ranges must be comma separated and must not contain any spaces.
Flag to indicate whether to enable/disable Virtual Network ACL rules.
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
- capabilities
- IList<Capability>
List of Cosmos DB capabilities for the account
- virtualNetworkRules
- IList<VirtualNetworkRule>
List of Virtual Network ACL rules configured for the Cosmos DB account.
Enables the cassandra connector on the Cosmos DB C* account
- connectorOffer
- ConnectorOffer
The cassandra connector offer type for the Cosmos DB database C* account. Possible values include: 'Small'
Disable write operations on metadata resources (databases, containers, throughput) via account keys
- keyVaultKeyUri
- String
The URI of the key vault
Applies to
Azure SDK for .NET