Microsoft.DocumentDB throughputPools/throughputPoolAccounts 2024-09-01-preview
Bicep リソース定義
throughputPools/throughputPoolAccounts リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/throughputPools/throughputPoolAccounts リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DocumentDB/throughputPools/throughputPoolAccounts@2024-09-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
accountLocation: 'string'
accountResourceIdentifier: 'string'
provisioningState: 'string'
}
}
プロパティ値
Microsoft.DocumentDB/throughputPools/throughputPoolAccounts
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[a-z0-9]+(-[a-z0-9]+)* (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: throughputPools |
プロパティ | Throughputpool の一部である Azure Cosmos DB グローバル データベース アカウント。 | ThroughputPoolAccountProperties |
ThroughputPoolAccountProperties
名前 | 形容 | 価値 |
---|---|---|
accountLocation | throughputPool 内のグローバル データベース アカウントの場所。 | 糸 |
accountResourceIdentifier | throughputPool 内のグローバル データベース アカウントのリソース識別子。 | 糸 |
provisioningState | ThroughputPool アカウントのプロビジョニング状態。 | 'Canceled' '削除中' 'Failed' 'Initializing' 'InternallyReady' 'Online' 'Succeeded' 'Uninitialized' '更新中' |
ARM テンプレート リソース定義
throughputPools/throughputPoolAccounts リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/throughputPools/throughputPoolAccounts リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DocumentDB/throughputPools/throughputPoolAccounts",
"apiVersion": "2024-09-01-preview",
"name": "string",
"properties": {
"accountLocation": "string",
"accountResourceIdentifier": "string",
"provisioningState": "string"
}
}
プロパティ値
Microsoft.DocumentDB/throughputPools/throughputPoolAccounts
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2024-09-01-preview' |
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[a-z0-9]+(-[a-z0-9]+)* (必須) |
プロパティ | Throughputpool の一部である Azure Cosmos DB グローバル データベース アカウント。 | ThroughputPoolAccountProperties |
種類 | リソースの種類 | 'Microsoft.DocumentDB/throughputPools/throughputPoolAccounts' |
ThroughputPoolAccountProperties
名前 | 形容 | 価値 |
---|---|---|
accountLocation | throughputPool 内のグローバル データベース アカウントの場所。 | 糸 |
accountResourceIdentifier | throughputPool 内のグローバル データベース アカウントのリソース識別子。 | 糸 |
provisioningState | ThroughputPool アカウントのプロビジョニング状態。 | 'Canceled' '削除中' 'Failed' 'Initializing' 'InternallyReady' 'Online' 'Succeeded' 'Uninitialized' '更新中' |
Terraform (AzAPI プロバイダー) リソース定義
throughputPools/throughputPoolAccounts リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/throughputPools/throughputPoolAccounts リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/throughputPools/throughputPoolAccounts@2024-09-01-preview"
name = "string"
body = jsonencode({
properties = {
accountLocation = "string"
accountResourceIdentifier = "string"
provisioningState = "string"
}
})
}
プロパティ値
Microsoft.DocumentDB/throughputPools/throughputPoolAccounts
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 3 最大長 = 3 パターン = ^[a-z0-9]+(-[a-z0-9]+)* (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: throughputPools |
プロパティ | Throughputpool の一部である Azure Cosmos DB グローバル データベース アカウント。 | ThroughputPoolAccountProperties |
種類 | リソースの種類 | "Microsoft.DocumentDB/throughputPools/throughputPoolAccounts@2024-09-01-preview" |
ThroughputPoolAccountProperties
名前 | 形容 | 価値 |
---|---|---|
accountLocation | throughputPool 内のグローバル データベース アカウントの場所。 | 糸 |
accountResourceIdentifier | throughputPool 内のグローバル データベース アカウントのリソース識別子。 | 糸 |
provisioningState | ThroughputPool アカウントのプロビジョニング状態。 | 'Canceled' '削除中' 'Failed' 'Initializing' 'InternallyReady' 'Online' 'Succeeded' 'Uninitialized' '更新中' |