Microsoft.DocumentDB の場所 2023-11-15
- 最新の を
する - 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 リソース定義
場所リソースの種類は、次をターゲットとする操作でデプロイできます。
- サブスクリプションの - サブスクリプションのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/locations リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DocumentDB/locations@2023-11-15' = {
name: 'string'
}
プロパティ値
Microsoft.DocumentDB/locations
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | string (必須) |
ARM テンプレート リソース定義
場所リソースの種類は、次をターゲットとする操作でデプロイできます。
- サブスクリプションの - サブスクリプションのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/locations リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DocumentDB/locations",
"apiVersion": "2023-11-15",
"name": "string"
}
プロパティ値
Microsoft.DocumentDB/locations
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2023-11-15' |
名前 | リソース名 | string (必須) |
種類 | リソースの種類 | 'Microsoft.DocumentDB/locations' |
Terraform (AzAPI プロバイダー) リソース定義
場所リソースの種類は、次をターゲットとする操作でデプロイできます。
- サブスクリプションの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/locations リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/locations@2023-11-15"
name = "string"
}
プロパティ値
Microsoft.DocumentDB/locations
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | string (必須) |
種類 | リソースの種類 | "Microsoft.DocumentDB/locations@2023-11-15" |