Microsoft.DocumentDB locations 2024-11-15
- Latest
- 2024-12-01-preview
- 2024-11-15
- 2024-09-01-preview
- 2024-08-15
- 2024-05-15
- 2024-05-15-preview
- 2024-02-15-preview
- 2023-11-15
- 2023-11-15-preview
- 2023-09-15
- 2023-09-15-preview
- 2023-04-15
- 2023-03-15
- 2023-03-15-preview
- 2023-03-01-preview
- 2022-11-15
- 2022-11-15-preview
- 2022-08-15
- 2022-08-15-preview
- 2022-05-15
- 2022-05-15-preview
- 2022-02-15-preview
- 2021-11-15-preview
- 2021-10-15
- 2021-10-15-preview
- 2021-07-01-preview
- 2021-04-01-preview
- 2021-03-01-preview
Bicep resource definition
The locations resource type can be deployed with operations that target:
- Subscription - See subscription deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.DocumentDB/locations resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.DocumentDB/locations@2024-11-15' = {
name: 'string'
}
Property values
Microsoft.DocumentDB/locations
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
ARM template resource definition
The locations resource type can be deployed with operations that target:
- Subscription - See subscription deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.DocumentDB/locations resource, add the following JSON to your template.
{
"type": "Microsoft.DocumentDB/locations",
"apiVersion": "2024-11-15",
"name": "string"
}
Property values
Microsoft.DocumentDB/locations
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2024-11-15' |
name | The resource name | string (required) |
type | The resource type | 'Microsoft.DocumentDB/locations' |
Terraform (AzAPI provider) resource definition
The locations resource type can be deployed with operations that target:
- Subscription
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.DocumentDB/locations resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/locations@2024-11-15"
name = "string"
}
Property values
Microsoft.DocumentDB/locations
Name | Description | Value |
---|---|---|
name | The resource name | string (required) |
type | The resource type | "Microsoft.DocumentDB/locations@2024-11-15" |