Microsoft.DocumentDB databaseAccounts/tables 2023-11-15
- [アーティクル]
-
-
Bicep リソース定義
databaseAccounts/tables リソースの種類は、次をターゲットとする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.DocumentDB/databaseAccounts/tables リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/tables@2023-11-15' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
options: {
autoscaleSettings: {
maxThroughput: int
}
throughput: int
}
resource: {
createMode: 'string'
id: 'string'
restoreParameters: {
restoreSource: 'string'
restoreTimestampInUtc: 'string'
}
}
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
AutoscaleSettings
名前 |
形容 |
価値 |
maxThroughput |
リソースをスケールアップできる最大スループットを表します。 |
int |
CreateUpdateOptionsOrTableGetPropertiesOptions
名前 |
形容 |
価値 |
autoscaleSettings |
自動スケール設定を指定します。 注: スループットまたは自動scaleSettingsは必須ですが、両方は必要ありません。 |
AutoscaleSettings |
スループット |
1 秒あたりの要求ユニット数。 たとえば、"throughput": 10000 です。 |
int |
Microsoft.DocumentDB/databaseAccounts/tables
名前 |
形容 |
価値 |
場所 |
リソースが属するリソース グループの場所。 |
糸 |
名前 |
リソース名 |
string (必須) |
親 |
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。
詳細については、「親リソースの外部 子リソース」を参照してください。 |
種類のリソースのシンボリック名: databaseAccounts |
プロパティ |
Azure Cosmos DB テーブルを作成および更新するためのプロパティ。 |
TableCreateUpdatePropertiesOrTableGetProperties (必須) |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
ResourceRestoreParameters
名前 |
形容 |
価値 |
restoreSource |
復元を開始する必要がある復元可能なデータベース アカウントの ID。 例: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName} |
糸 |
restoreTimestampInUtc |
アカウントを復元する必要がある時間 (ISO-8601 形式)。 |
糸 |
TableCreateUpdatePropertiesOrTableGetProperties
TableResourceOrTableGetPropertiesResource
名前 |
形容 |
価値 |
createMode |
リソースの作成モードを示す列挙型。 |
'Default' 'Restore' |
身分証明書 |
Cosmos DB テーブルの名前 |
string (必須) |
restoreParameters |
復元に関する情報を示すパラメーター |
ResourceRestoreParameters |
クイック スタートのサンプル
次のクイック スタート サンプルでは、このリソースの種類をデプロイします。
Bicep ファイル |
形容 |
Table API 用の Azure Cosmos アカウントを作成する |
このテンプレートでは、Table API 用の Azure Cosmos DB アカウントが 2 つのリージョンに作成され、スループットがプロビジョニングされた 1 つのテーブルが作成されます。 |
自動スケール を使用して Table API 用の Azure Cosmos アカウントを作成する |
このテンプレートは、2 つのリージョンに Table API 用の Azure Cosmos DB アカウントを作成し、自動スケール スループットを持つ 1 つのテーブルを作成します。 |
ARM テンプレート リソース定義
databaseAccounts/tables リソースの種類は、次をターゲットとする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.DocumentDB/databaseAccounts/tables リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DocumentDB/databaseAccounts/tables",
"apiVersion": "2023-11-15",
"name": "string",
"location": "string",
"properties": {
"options": {
"autoscaleSettings": {
"maxThroughput": "int"
},
"throughput": "int"
},
"resource": {
"createMode": "string",
"id": "string",
"restoreParameters": {
"restoreSource": "string",
"restoreTimestampInUtc": "string"
}
}
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
AutoscaleSettings
名前 |
形容 |
価値 |
maxThroughput |
リソースをスケールアップできる最大スループットを表します。 |
int |
CreateUpdateOptionsOrTableGetPropertiesOptions
名前 |
形容 |
価値 |
autoscaleSettings |
自動スケール設定を指定します。 注: スループットまたは自動scaleSettingsは必須ですが、両方は必要ありません。 |
AutoscaleSettings |
スループット |
1 秒あたりの要求ユニット数。 たとえば、"throughput": 10000 です。 |
int |
Microsoft.DocumentDB/databaseAccounts/tables
名前 |
形容 |
価値 |
apiVersion |
API のバージョン |
'2023-11-15' |
場所 |
リソースが属するリソース グループの場所。 |
糸 |
名前 |
リソース名 |
string (必須) |
プロパティ |
Azure Cosmos DB テーブルを作成および更新するためのプロパティ。 |
TableCreateUpdatePropertiesOrTableGetProperties (必須) |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
種類 |
リソースの種類 |
'Microsoft.DocumentDB/databaseAccounts/tables' |
ResourceRestoreParameters
名前 |
形容 |
価値 |
restoreSource |
復元を開始する必要がある復元可能なデータベース アカウントの ID。 例: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName} |
糸 |
restoreTimestampInUtc |
アカウントを復元する必要がある時間 (ISO-8601 形式)。 |
糸 |
TableCreateUpdatePropertiesOrTableGetProperties
TableResourceOrTableGetPropertiesResource
名前 |
形容 |
価値 |
createMode |
リソースの作成モードを示す列挙型。 |
'Default' 'Restore' |
身分証明書 |
Cosmos DB テーブルの名前 |
string (必須) |
restoreParameters |
復元に関する情報を示すパラメーター |
ResourceRestoreParameters |
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
テンプレート |
形容 |
Table API 用の Azure Cosmos アカウントを作成する
Azure にデプロイする |
このテンプレートでは、Table API 用の Azure Cosmos DB アカウントが 2 つのリージョンに作成され、スループットがプロビジョニングされた 1 つのテーブルが作成されます。 |
自動スケール を使用して Table API 用の Azure Cosmos アカウントを作成する
Azure にデプロイする |
このテンプレートは、2 つのリージョンに Table API 用の Azure Cosmos DB アカウントを作成し、自動スケール スループットを持つ 1 つのテーブルを作成します。 |
databaseAccounts/tables リソースの種類は、次をターゲットとする操作と共にデプロイできます。
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.DocumentDB/databaseAccounts/tables リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/tables@2023-11-15"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
options = {
autoscaleSettings = {
maxThroughput = int
}
throughput = int
}
resource = {
createMode = "string"
id = "string"
restoreParameters = {
restoreSource = "string"
restoreTimestampInUtc = "string"
}
}
}
})
}
プロパティ値
AutoscaleSettings
名前 |
形容 |
価値 |
maxThroughput |
リソースをスケールアップできる最大スループットを表します。 |
int |
CreateUpdateOptionsOrTableGetPropertiesOptions
名前 |
形容 |
価値 |
autoscaleSettings |
自動スケール設定を指定します。 注: スループットまたは自動scaleSettingsは必須ですが、両方は必要ありません。 |
AutoscaleSettings |
スループット |
1 秒あたりの要求ユニット数。 たとえば、"throughput": 10000 です。 |
int |
Microsoft.DocumentDB/databaseAccounts/tables
ResourceRestoreParameters
名前 |
形容 |
価値 |
restoreSource |
復元を開始する必要がある復元可能なデータベース アカウントの ID。 例: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName} |
糸 |
restoreTimestampInUtc |
アカウントを復元する必要がある時間 (ISO-8601 形式)。 |
糸 |
TableCreateUpdatePropertiesOrTableGetProperties
TableResourceOrTableGetPropertiesResource
名前 |
形容 |
価値 |
createMode |
リソースの作成モードを示す列挙型。 |
'Default' 'Restore' |
身分証明書 |
Cosmos DB テーブルの名前 |
string (必須) |
restoreParameters |
復元に関する情報を示すパラメーター |
ResourceRestoreParameters |