| database-account-kind |
The database account kind. Valid values are AzureTable or Cassandra or Gremlin or MongoDB or Sql. (Required) |
| consistency-level |
The consistency policy of the account. Valid values are BoundedStaleness``or ``Eventual or Session or Strong. (Required) |
| ip-range-filter |
This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IP’s for a given database account. IP addresses/ranges must be comma separated and must not contain any spaces. (Optional) |
| max-interval |
The time amount of staleness (in seconds) tolerated. Valid values are 5 to 86400. Required when used with BoundedStaleness consistency policy. (Optional) |
| max-staleness-prefix |
This value represents the number of stale requests tolerated. Valid values are 10 to 2147483647. Required when used with BoundedStaleness consistency policy. (Optional) |
| name |
Name of the account. (Required) |
| read-replication-regions list |
Sets the read location regions. (Optional) |
| resource-group |
The resource group where the database is found. (Required) |
| tags map |
The tags associated with the account. (Optional) |
| virtual-network-rules list |
The virtual network rules associated with the account. A list of Subnet ID is required. (Optional) |
| write-replication-region |
Sets the write location. Required when used with BoundedStaleness, Eventual, and Session consistency levels. (Optional) |