次の方法で共有


Triggers - Get

トリガーを取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}?api-version=2018-06-01

URI パラメーター

名前 / 必須 説明
factoryName
path True

string

ファクトリ名。

正規表現パターン: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

resourceGroupName
path True

string

リソース グループ名。

正規表現パターン: ^[-\w\._\(\)]+$

subscriptionId
path True

string

サブスクリプションの識別子です。

triggerName
path True

string

トリガー名。

正規表現パターン: ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$

api-version
query True

string

API のバージョン。

要求ヘッダー

名前 必須 説明
If-None-Match

string

トリガー エンティティの ETag。 get にのみ指定する必要があります。 ETag が既存のエンティティ タグと一致する場合、または * が指定された場合、コンテンツは返されません。

応答

名前 説明
200 OK

TriggerResource

OK です。

Other Status Codes

変更されません。

Other Status Codes

CloudError

Azure Data Factory サービスから受信したエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントの借用

Triggers_Get

要求のサンプル

GET https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger?api-version=2018-06-01

応答のサンプル

Date: Mon, 22 Apr 2019 18:33:52 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 11989
x-ms-request-id: 8ad1759f-24c1-46a5-aef5-edd267e18870
x-ms-correlation-request-id: 8ad1759f-24c1-46a5-aef5-edd267e18870
{
  "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger",
  "name": "exampleTrigger",
  "type": "Microsoft.DataFactory/factories/triggers",
  "properties": {
    "type": "ScheduleTrigger",
    "typeProperties": {
      "recurrence": {
        "frequency": "Minute",
        "interval": 4,
        "startTime": "2019-04-22T18:32:52.527912Z",
        "endTime": "2019-04-22T18:48:52.5281747Z",
        "timeZone": "UTC"
      }
    },
    "pipelines": [
      {
        "pipelineReference": {
          "referenceName": "examplePipeline",
          "type": "PipelineReference"
        },
        "parameters": {
          "OutputBlobNameList": [
            "exampleoutput.csv"
          ]
        }
      }
    ],
    "runtimeState": "Stopped"
  },
  "etag": "1500544f-0000-0200-0000-5cbe09100000"
}

定義

名前 説明
CloudError

Azure Data Factoryエラー応答の構造を定義する オブジェクト。

MultiplePipelineTrigger

パイプラインへのトリガーに対して 1 対多のモデルをサポートするすべてのトリガーの基本クラス。

PipelineReference

パイプライン参照型。

TriggerPipelineReference

指定されたパラメーターを使用してトリガーする必要があるパイプライン。

TriggerResource

トリガー リソースの種類。

TriggerRuntimeState

トリガーの使用可能な状態を列挙します。

CloudError

Azure Data Factoryエラー応答の構造を定義する オブジェクト。

名前 説明
error.code

string

エラー コード。

error.details

CloudError[]

追加のエラーの詳細を含む配列。

error.message

string

エラー メッセージ。

error.target

string

エラーに関連付けられている要求のプロパティ名/パス。

MultiplePipelineTrigger

パイプラインへのトリガーに対して 1 対多のモデルをサポートするすべてのトリガーの基本クラス。

名前 説明
annotations

object[]

トリガーの説明に使用できるタグの一覧。

description

string

トリガーの説明。

pipelines

TriggerPipelineReference[]

開始する必要があるパイプライン。

runtimeState

TriggerRuntimeState

トリガーが実行されているかどうかを示します。 トリガーで開始/停止 API が呼び出されたときに更新されます。

type string:

MultiplePipelineTrigger

トリガーの種類。

PipelineReference

パイプライン参照型。

名前 説明
name

string

参照名。

referenceName

string

参照パイプライン名。

type enum:

PipelineReference

パイプライン参照型。

TriggerPipelineReference

指定されたパラメーターを使用してトリガーする必要があるパイプライン。

名前 説明
parameters

object

パイプラインのパラメーター。

pipelineReference

PipelineReference

パイプライン リファレンス。

TriggerResource

トリガー リソースの種類。

名前 説明
etag

string

Etag は、リソースの変更を識別します。

id

string

リソース識別子。

name

string

リソースの名前。

properties Trigger:

MultiplePipelineTrigger

トリガーのプロパティ。

type

string

リソースの種類。

TriggerRuntimeState

トリガーの使用可能な状態を列挙します。

名前 説明
Disabled

string

Started

string

Stopped

string