Microsoft.DataFactory factories/triggers 2017-09-01-preview
- 最新の を
する - 2018-06-01
- 2017-09-01-preview
Bicep リソース定義
factories/triggers リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DataFactory/factories/triggers リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DataFactory/factories/triggers@2017-09-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
description: 'string'
type: 'string'
// For remaining properties, see Trigger objects
}
}
トリガー オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
MultiplePipelineTriggerを
{
pipelines: [
{
parameters: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
pipelineReference: {
name: 'string'
referenceName: 'string'
type: 'string'
}
}
]
type: 'MultiplePipelineTrigger'
}
プロパティ値
Microsoft.DataFactory/factories/triggers
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 1 パターン = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: ファクトリ |
プロパティ | トリガーのプロパティ。 | トリガーの (必須) |
MultiplePipelineTrigger
名前 | 形容 | 価値 |
---|---|---|
パイプライン | 開始する必要があるパイプライン。 | TriggerPipelineReference[] |
種類 | トリガーの種類。 | 'MultiplePipelineTrigger' (必須) |
ParameterValueSpecification
名前 | 形容 | 価値 |
---|
PipelineReference
名前 | 形容 | 価値 |
---|---|---|
名前 | 参照名。 | 糸 |
referenceName | 参照パイプライン名。 | string (必須) |
種類 | パイプライン参照型。 | 'PipelineReference' (必須) |
トリガー
名前 | 形容 | 価値 |
---|---|---|
形容 | トリガーの説明。 | 糸 |
種類 | MultiplePipelineTriggerの型 |
'MultiplePipelineTrigger' (必須) |
TriggerPipelineReference
名前 | 形容 | 価値 |
---|---|---|
パラメーター | パイプライン パラメーター。 | ParameterValueSpecification の |
pipelineReference | パイプラインリファレンス。 | PipelineReference |
ARM テンプレート リソース定義
factories/triggers リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DataFactory/factories/triggers リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DataFactory/factories/triggers",
"apiVersion": "2017-09-01-preview",
"name": "string",
"properties": {
"description": "string",
"type": "string"
// For remaining properties, see Trigger objects
}
}
トリガー オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
MultiplePipelineTriggerを
{
"pipelines": [
{
"parameters": {
"{customized property}": {}
},
"pipelineReference": {
"name": "string",
"referenceName": "string",
"type": "string"
}
}
],
"type": "MultiplePipelineTrigger"
}
プロパティ値
Microsoft.DataFactory/factories/triggers
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2017-09-01-preview' |
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 1 パターン = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必須) |
プロパティ | トリガーのプロパティ。 | トリガーの (必須) |
種類 | リソースの種類 | 'Microsoft.DataFactory/factories/triggers' |
MultiplePipelineTrigger
名前 | 形容 | 価値 |
---|---|---|
パイプライン | 開始する必要があるパイプライン。 | TriggerPipelineReference[] |
種類 | トリガーの種類。 | 'MultiplePipelineTrigger' (必須) |
ParameterValueSpecification
名前 | 形容 | 価値 |
---|
PipelineReference
名前 | 形容 | 価値 |
---|---|---|
名前 | 参照名。 | 糸 |
referenceName | 参照パイプライン名。 | string (必須) |
種類 | パイプライン参照型。 | 'PipelineReference' (必須) |
トリガー
名前 | 形容 | 価値 |
---|---|---|
形容 | トリガーの説明。 | 糸 |
種類 | MultiplePipelineTriggerの型 |
'MultiplePipelineTrigger' (必須) |
TriggerPipelineReference
名前 | 形容 | 価値 |
---|---|---|
パラメーター | パイプライン パラメーター。 | ParameterValueSpecification の |
pipelineReference | パイプラインリファレンス。 | PipelineReference |
Terraform (AzAPI プロバイダー) リソース定義
factories/triggers リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.DataFactory/factories/triggers リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/triggers@2017-09-01-preview"
name = "string"
body = jsonencode({
properties = {
description = "string"
type = "string"
// For remaining properties, see Trigger objects
}
})
}
トリガー オブジェクト
型 プロパティを設定して、オブジェクトの型を指定します。
MultiplePipelineTriggerを
{
pipelines = [
{
parameters = {
{customized property} = ?
}
pipelineReference = {
name = "string"
referenceName = "string"
type = "string"
}
}
]
type = "MultiplePipelineTrigger"
}
プロパティ値
Microsoft.DataFactory/factories/triggers
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 1 パターン = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: ファクトリ |
プロパティ | トリガーのプロパティ。 | トリガーの (必須) |
種類 | リソースの種類 | "Microsoft.DataFactory/factories/triggers@2017-09-01-preview" |
MultiplePipelineTrigger
名前 | 形容 | 価値 |
---|---|---|
パイプライン | 開始する必要があるパイプライン。 | TriggerPipelineReference[] |
種類 | トリガーの種類。 | 'MultiplePipelineTrigger' (必須) |
ParameterValueSpecification
名前 | 形容 | 価値 |
---|
PipelineReference
名前 | 形容 | 価値 |
---|---|---|
名前 | 参照名。 | 糸 |
referenceName | 参照パイプライン名。 | string (必須) |
種類 | パイプライン参照型。 | 'PipelineReference' (必須) |
トリガー
名前 | 形容 | 価値 |
---|---|---|
形容 | トリガーの説明。 | 糸 |
種類 | MultiplePipelineTriggerの型 |
'MultiplePipelineTrigger' (必須) |
TriggerPipelineReference
名前 | 形容 | 価値 |
---|---|---|
パラメーター | パイプライン パラメーター。 | ParameterValueSpecification の |
pipelineReference | パイプラインリファレンス。 | PipelineReference |