AzureDataExplorerCommandActivity クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Data Explorer のコマンド アクティビティ。
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDataExplorerCommandActivity+AzureDataExplorerCommandActivityConverter))]
public class AzureDataExplorerCommandActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDataExplorerCommandActivity+AzureDataExplorerCommandActivityConverter))>]
type AzureDataExplorerCommandActivity = class
inherit ExecutionActivity
Public Class AzureDataExplorerCommandActivity
Inherits ExecutionActivity
- 継承
- 属性
コンストラクター
AzureDataExplorerCommandActivity(String, Object) |
AzureDataExplorerCommandActivity の新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
その他のプロパティ。 (継承元 Activity) |
Command |
Azure Data Explorer コマンド構文に従った制御コマンド。 型: string (または resultType 文字列を含む式)。 |
CommandTimeout |
コマンドのタイムアウトを制御します。 型: string (または resultType 文字列を含む式)、pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..). |
DependsOn |
アクティビティは条件によって異なります。 (継承元 Activity) |
Description |
アクティビティの説明。 (継承元 Activity) |
LinkedServiceName |
リンクされたサービス 参照。 (継承元 ExecutionActivity) |
Name |
アクティビティ名。 (継承元 Activity) |
OnInactiveMarkAs |
状態が [非アクティブ] に設定されている場合のアクティビティの状態の結果。 これは省略可能なプロパティであり、アクティビティが非アクティブな場合に指定しない場合、状態は既定で Succeeded になります。 (継承元 Activity) |
Policy |
アクティビティ ポリシー。 (継承元 ExecutionActivity) |
State |
アクティビティの状態。 これは省略可能なプロパティであり、指定されていない場合、状態は既定でアクティブになります。 (継承元 Activity) |
UserProperties |
アクティビティ ユーザーのプロパティ。 (継承元 Activity) |
適用対象
Azure SDK for .NET