Microsoft.DocumentDB databaseAccounts/sqlDatabases/containers/triggers 2021-04-01-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
- 2020-09-01
- 2020-06-01-preview
- 2020-04-01
- 2020-03-01
- 2019-12-12
- 2019-08-01
Bicep リソース定義
databaseAccounts/sqlDatabases/containers/triggers リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-04-01-preview' = {
parent: resourceSymbolicName
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
options: {
autoscaleSettings: {
maxThroughput: int
}
throughput: int
}
resource: {
body: 'string'
id: 'string'
triggerOperation: 'string'
triggerType: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
AutoscaleSettings
名前 | 形容 | 価値 |
---|---|---|
maxThroughput | リソースをスケールアップできる最大スループットを表します。 | int |
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名前 | 形容 | 価値 |
---|
CreateUpdateOptions
名前 | 形容 | 価値 |
---|---|---|
autoscaleSettings | 自動スケール設定を指定します。 | AutoscaleSettings |
スループット | 1 秒あたりの要求ユニット数。 たとえば、"throughput": 10000 です。 | int |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースに使用される ID の種類。 型 'SystemAssigned,UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、サービスからすべての ID を削除します。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | リソースに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ のキー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。 | ManagedServiceIdentityUserAssignedIdentities の |
ManagedServiceIdentityUserAssignedIdentities
名前 | 形容 | 価値 |
---|
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers
名前 | 形容 | 価値 |
---|---|---|
同一性 | リソースの ID。 | ManagedServiceIdentity の |
場所 | リソースが属するリソース グループの場所。 | 糸 |
名前 | リソース名 | string (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: databaseAccounts/sqlDatabases/containers |
プロパティ | Azure Cosmos DB トリガーを作成および更新するためのプロパティ。 | SqlTriggerCreateUpdatePropertiesOrSqlTriggerGetProperties (必須) |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
SqlTriggerCreateUpdatePropertiesOrSqlTriggerGetProperties
名前 | 形容 | 価値 |
---|---|---|
オプション | 要求に適用するオプションのキーと値のペア。 これは、要求と共に送信されたヘッダーに対応します。 | CreateUpdateOptions の |
資源 | トリガーの標準 JSON 形式 | SqlTriggerResourceOrSqlTriggerGetPropertiesResource (必須) |
SqlTriggerResourceOrSqlTriggerGetPropertiesResource
名前 | 形容 | 価値 |
---|---|---|
体 | トリガーの本体 | 糸 |
身分証明書 | Cosmos DB SQL トリガーの名前 | string (必須) |
triggerOperation | トリガーが関連付けられている操作 | 'All' 'Create' 'Delete' 'Replace' 'Update' |
triggerType | トリガーの種類 | 'Post' 'Pre' |
タグ
名前 | 形容 | 価値 |
---|
クイック スタートのサンプル
次のクイック スタート サンプルでは、このリソースの種類をデプロイします。
Bicep ファイル | 形容 |
---|---|
Azure Cosmos DB Core (SQL) API ストアド プロシージャを作成 | このテンプレートでは、Core (SQL) API 用の Azure Cosmos DB アカウントと、ストアド プロシージャ、トリガー、およびユーザー定義関数を含むコンテナーが作成されます。 |
ARM テンプレート リソース定義
databaseAccounts/sqlDatabases/containers/triggers リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers",
"apiVersion": "2021-04-01-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"options": {
"autoscaleSettings": {
"maxThroughput": "int"
},
"throughput": "int"
},
"resource": {
"body": "string",
"id": "string",
"triggerOperation": "string",
"triggerType": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
AutoscaleSettings
名前 | 形容 | 価値 |
---|---|---|
maxThroughput | リソースをスケールアップできる最大スループットを表します。 | int |
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名前 | 形容 | 価値 |
---|
CreateUpdateOptions
名前 | 形容 | 価値 |
---|---|---|
autoscaleSettings | 自動スケール設定を指定します。 | AutoscaleSettings |
スループット | 1 秒あたりの要求ユニット数。 たとえば、"throughput": 10000 です。 | int |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースに使用される ID の種類。 型 'SystemAssigned,UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、サービスからすべての ID を削除します。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | リソースに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ のキー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。 | ManagedServiceIdentityUserAssignedIdentities の |
ManagedServiceIdentityUserAssignedIdentities
名前 | 形容 | 価値 |
---|
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2021-04-01-preview' |
同一性 | リソースの ID。 | ManagedServiceIdentity の |
場所 | リソースが属するリソース グループの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | Azure Cosmos DB トリガーを作成および更新するためのプロパティ。 | SqlTriggerCreateUpdatePropertiesOrSqlTriggerGetProperties (必須) |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers' |
SqlTriggerCreateUpdatePropertiesOrSqlTriggerGetProperties
名前 | 形容 | 価値 |
---|---|---|
オプション | 要求に適用するオプションのキーと値のペア。 これは、要求と共に送信されたヘッダーに対応します。 | CreateUpdateOptions の |
資源 | トリガーの標準 JSON 形式 | SqlTriggerResourceOrSqlTriggerGetPropertiesResource (必須) |
SqlTriggerResourceOrSqlTriggerGetPropertiesResource
名前 | 形容 | 価値 |
---|---|---|
体 | トリガーの本体 | 糸 |
身分証明書 | Cosmos DB SQL トリガーの名前 | string (必須) |
triggerOperation | トリガーが関連付けられている操作 | 'All' 'Create' 'Delete' 'Replace' 'Update' |
triggerType | トリガーの種類 | 'Post' 'Pre' |
タグ
名前 | 形容 | 価値 |
---|
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
テンプレート | 形容 |
---|---|
Azure Cosmos DB Core (SQL) API ストアド プロシージャを作成 Azure にデプロイする |
このテンプレートでは、Core (SQL) API 用の Azure Cosmos DB アカウントと、ストアド プロシージャ、トリガー、およびユーザー定義関数を含むコンテナーが作成されます。 |
Terraform (AzAPI プロバイダー) リソース定義
databaseAccounts/sqlDatabases/containers/triggers リソースの種類は、次をターゲットとする操作でデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-04-01-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
options = {
autoscaleSettings = {
maxThroughput = int
}
throughput = int
}
resource = {
body = "string"
id = "string"
triggerOperation = "string"
triggerType = "string"
}
}
})
}
プロパティ値
AutoscaleSettings
名前 | 形容 | 価値 |
---|---|---|
maxThroughput | リソースをスケールアップできる最大スループットを表します。 | int |
Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
名前 | 形容 | 価値 |
---|
CreateUpdateOptions
名前 | 形容 | 価値 |
---|---|---|
autoscaleSettings | 自動スケール設定を指定します。 | AutoscaleSettings |
スループット | 1 秒あたりの要求ユニット数。 たとえば、"throughput": 10000 です。 | int |
ManagedServiceIdentity
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースに使用される ID の種類。 型 'SystemAssigned,UserAssigned' には、暗黙的に作成された ID とユーザー割り当て ID のセットの両方が含まれます。 型 'None' は、サービスからすべての ID を削除します。 | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned' |
userAssignedIdentities | リソースに関連付けられているユーザー ID の一覧。 ユーザー ID ディクショナリ のキー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' という形式の ARM リソース ID になります。 | ManagedServiceIdentityUserAssignedIdentities の |
ManagedServiceIdentityUserAssignedIdentities
名前 | 形容 | 価値 |
---|
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers
名前 | 形容 | 価値 |
---|---|---|
同一性 | リソースの ID。 | ManagedServiceIdentity の |
場所 | リソースが属するリソース グループの場所。 | 糸 |
名前 | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: databaseAccounts/sqlDatabases/containers |
プロパティ | Azure Cosmos DB トリガーを作成および更新するためのプロパティ。 | SqlTriggerCreateUpdatePropertiesOrSqlTriggerGetProperties (必須) |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2021-04-01-preview" |
SqlTriggerCreateUpdatePropertiesOrSqlTriggerGetProperties
名前 | 形容 | 価値 |
---|---|---|
オプション | 要求に適用するオプションのキーと値のペア。 これは、要求と共に送信されたヘッダーに対応します。 | CreateUpdateOptions の |
資源 | トリガーの標準 JSON 形式 | SqlTriggerResourceOrSqlTriggerGetPropertiesResource (必須) |
SqlTriggerResourceOrSqlTriggerGetPropertiesResource
名前 | 形容 | 価値 |
---|---|---|
体 | トリガーの本体 | 糸 |
身分証明書 | Cosmos DB SQL トリガーの名前 | string (必須) |
triggerOperation | トリガーが関連付けられている操作 | 'All' 'Create' 'Delete' 'Replace' 'Update' |
triggerType | トリガーの種類 | 'Post' 'Pre' |
タグ
名前 | 形容 | 価値 |
---|