Microsoft.DocumentDB databaseAccounts/privateLinkResources 2022-11-15-preview
- 最新の を
する - 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-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 リソース定義
databaseAccounts/privateLinkResources リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/databaseAccounts/privateLinkResources リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-11-15-preview' = {
parent: resourceSymbolicName
name: 'string'
}
プロパティ値
Microsoft.DocumentDB/databaseAccounts/privateLinkResources
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: databaseAccounts |
ARM テンプレート リソース定義
databaseAccounts/privateLinkResources リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/databaseAccounts/privateLinkResources リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DocumentDB/databaseAccounts/privateLinkResources",
"apiVersion": "2022-11-15-preview",
"name": "string"
}
プロパティ値
Microsoft.DocumentDB/databaseAccounts/privateLinkResources
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2022-11-15-preview' |
名前 | リソース名 | string (必須) |
種類 | リソースの種類 | 'Microsoft.DocumentDB/databaseAccounts/privateLinkResources' |
Terraform (AzAPI プロバイダー) リソース定義
databaseAccounts/privateLinkResources リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/databaseAccounts/privateLinkResources リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-11-15-preview"
name = "string"
}
プロパティ値
Microsoft.DocumentDB/databaseAccounts/privateLinkResources
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: databaseAccounts |
種類 | リソースの種類 | "Microsoft.DocumentDB/databaseAccounts/privateLinkResources@2022-11-15-preview" |