DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withAnalyticalStorageConfiguration(AnalyticalStorageConfiguration analyticalStorageConfiguration) |
Set the analyticalStorageConfiguration property: Analytical storage specific properties.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withApiProperties(ApiProperties apiProperties) |
Set the apiProperties property: API specific properties.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withBackupPolicy(BackupPolicy backupPolicy) |
Set the backupPolicy property: The object representing the policy for taking backups on an account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withCapabilities(List<Capability> capabilities) |
Set the capabilities property: List of Cosmos DB capabilities for the account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withCapacity(Capacity capacity) |
Set the capacity property: The object that represents all properties related to capacity enforcement on an
account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withConnectorOffer(ConnectorOffer connectorOffer) |
Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withConsistencyPolicy(ConsistencyPolicy consistencyPolicy) |
Set the consistencyPolicy property: The consistency policy for the Cosmos DB account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withCors(List<CorsPolicy> cors) |
Set the cors property: The CORS policy for the Cosmos DB database account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withCreateMode(CreateMode createMode) |
Set the createMode property: Enum to indicate the mode of account creation.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withDatabaseAccountOfferType(String databaseAccountOfferType) |
Set the databaseAccountOfferType property: The offer type for the database.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withDefaultIdentity(String defaultIdentity) |
Set the defaultIdentity property: The default identity for accessing key vault used in features like customer
managed keys.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withDisableKeyBasedMetadataWriteAccess(Boolean disableKeyBasedMetadataWriteAccess) |
Set the disableKeyBasedMetadataWriteAccess property: Disable write operations on metadata resources (databases,
containers, throughput) via account keys.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withDisableLocalAuth(Boolean disableLocalAuth) |
Set the disableLocalAuth property: Opt-out of local authentication and ensure only MSI and AAD can be used
exclusively for authentication.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withEnableAnalyticalStorage(Boolean enableAnalyticalStorage) |
Set the enableAnalyticalStorage property: Flag to indicate whether to enable storage analytics.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withEnableAutomaticFailover(Boolean enableAutomaticFailover) |
Set the enableAutomaticFailover property: Enables automatic failover of the write region in the rare event that
the region is unavailable due to an outage.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withEnableCassandraConnector(Boolean enableCassandraConnector) |
Set the enableCassandraConnector property: Enables the cassandra connector on the Cosmos DB C* account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withEnableFreeTier(Boolean enableFreeTier) |
Set the enableFreeTier property: Flag to indicate whether Free Tier is enabled.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withEnableMultipleWriteLocations(Boolean enableMultipleWriteLocations) |
Set the enableMultipleWriteLocations property: Enables the account to write in multiple locations.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withIdentity(ManagedServiceIdentity identity) |
Set the identity property: Identity for the resource.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withIpRules(List<IpAddressOrRange> ipRules) |
Set the ipRules property: List of IpRules.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withIsVirtualNetworkFilterEnabled(Boolean isVirtualNetworkFilterEnabled) |
Set the isVirtualNetworkFilterEnabled property: Flag to indicate whether to enable/disable Virtual Network ACL
rules.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withKeyVaultKeyUri(String keyVaultKeyUri) |
Set the keyVaultKeyUri property: The URI of the key vault.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withKind(DatabaseAccountKind kind) |
Set the kind property: Indicates the type of database account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withLocation(String location) |
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withLocations(List<Location> locations) |
Set the locations property: An array that contains the georeplication locations enabled for the Cosmos DB
account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withNetworkAclBypass(NetworkAclBypass networkAclBypass) |
Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withNetworkAclBypassResourceIds(List<String> networkAclBypassResourceIds) |
Set the networkAclBypassResourceIds property: An array that contains the Resource Ids for Network Acl Bypass for
the Cosmos DB account.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) |
Set the publicNetworkAccess property: Whether requests from Public Network are allowed.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withRestoreParameters(RestoreParameters restoreParameters) |
Set the restoreParameters property: Parameters to indicate the information about the restore.
|
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withTags(Map<String,String> tags) |
DatabaseAccountCreateUpdateParameters |
DatabaseAccountCreateUpdateParameters.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) |
Set the virtualNetworkRules property: List of Virtual Network ACL rules configured for the Cosmos DB account.
|