Microsoft.DocumentDB databaseAccounts/privateLinkResources 2023-04-15
- Latest
- 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-06-15
- 2021-05-15
- 2021-04-15
- 2021-04-01-preview
- 2021-03-15
- 2021-03-01-preview
- 2021-01-15
- 2019-08-01-preview
Bicep resource definition
The databaseAccounts/privateLinkResources resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the existing
keyword.
Resource format
To create a Microsoft.DocumentDB/databaseAccounts/privateLinkResources resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2023-04-15' existing = {
name: 'string'
}
Property values
databaseAccounts/privateLinkResources
Name | Description | Value |
---|---|---|
name | The name of the existing resource. See how to set names and types for child resources in Bicep. |
string (required) |
ARM template resource definition
The databaseAccounts/privateLinkResources resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the reference
function.
Resource format
To create a Microsoft.DocumentDB/databaseAccounts/privateLinkResources resource, add the following JSON to your template.
[reference(resourceId('Microsoft.DocumentDB/databaseAccounts/privateLinkResources', '{name}'), '2023-04-15')]
Property values
databaseAccounts/privateLinkResources
Name | Description | Value |
---|---|---|
name | The name of the existing resource. See how to set names and types for child resources in JSON ARM templates. |
string (required) |
Terraform (AzAPI provider) resource definition
The databaseAccounts/privateLinkResources resource type can exist at: Resource groups
Note
This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.
Use the data
keyword.
Resource format
To create a Microsoft.DocumentDB/databaseAccounts/privateLinkResources resource, add the following Terraform to your template.
data "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2023-04-15"
name = "string"
parent_id = "string"
}
Property values
databaseAccounts/privateLinkResources
Name | Description | Value |
---|---|---|
name | The name of the existing resource. | string (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: databaseAccounts |