次の方法で共有


WebActivity コンストラクター

定義

オーバーロード

WebActivity()

WebActivity クラスの新しいインスタンスを初期化します。

WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)

WebActivity クラスの新しいインスタンスを初期化します。

WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, Nullable<Boolean>, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)

WebActivity クラスの新しいインスタンスを初期化します。

WebActivity()

WebActivity クラスの新しいインスタンスを初期化します。

public WebActivity ();
Public Sub New ()

適用対象

WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)

WebActivity クラスの新しいインスタンスを初期化します。

public WebActivity (string name, string method, object url, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object headers = default, object body = default, Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication authentication = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> datasets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> linkedServices = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default);
new Microsoft.Azure.Management.DataFactory.Models.WebActivity : string * string * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj * obj * Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference -> Microsoft.Azure.Management.DataFactory.Models.WebActivity
Public Sub New (name As String, method As String, url As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional headers As Object = Nothing, Optional body As Object = Nothing, Optional authentication As WebActivityAuthentication = Nothing, Optional datasets As IList(Of DatasetReference) = Nothing, Optional linkedServices As IList(Of LinkedServiceReference) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing)

パラメーター

name
String

アクティビティ名。

method
String

ターゲット エンドポイントの REST API メソッド。 指定できる値は、'GET'、'POST'、'PUT'、'DELETE' です。

url
Object

Web アクティビティのターゲット エンドポイントとパス。 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

アクティビティは条件によって異なります。

userProperties
IList<UserProperty>

アクティビティ ユーザーのプロパティ。

linkedServiceName
LinkedServiceReference

リンクされたサービス参照。

policy
ActivityPolicy

アクティビティ ポリシー。

headers
Object

要求に送信されるヘッダーを表します。 たとえば、要求に種類と言語を設定する場合: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }。 型: string (または resultType 文字列を含む式)。

body
Object

エンドポイントに送信されるペイロードを表します。 POST/PUT メソッドに必要です。GET メソッドの Type: string (または ResultType 文字列を含む式) には使用できません。

authentication
WebActivityAuthentication

エンドポイントを呼び出すために使用される認証方法。

datasets
IList<DatasetReference>

Web エンドポイントに渡されるデータセットの一覧。

linkedServices
IList<LinkedServiceReference>

Web エンドポイントに渡されるリンクされたサービスの一覧。

connectVia
IntegrationRuntimeReference

統合ランタイム参照。

適用対象

WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, Nullable<Boolean>, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)

WebActivity クラスの新しいインスタンスを初期化します。

public WebActivity (string name, string method, object url, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object headers = default, object body = default, Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication authentication = default, bool? disableCertValidation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> datasets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> linkedServices = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default);
new Microsoft.Azure.Management.DataFactory.Models.WebActivity : string * string * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj * obj * Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference -> Microsoft.Azure.Management.DataFactory.Models.WebActivity
Public Sub New (name As String, method As String, url As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional headers As Object = Nothing, Optional body As Object = Nothing, Optional authentication As WebActivityAuthentication = Nothing, Optional disableCertValidation As Nullable(Of Boolean) = Nothing, Optional datasets As IList(Of DatasetReference) = Nothing, Optional linkedServices As IList(Of LinkedServiceReference) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing)

パラメーター

name
String

アクティビティ名。

method
String

ターゲット エンドポイントの REST API メソッド。 指定できる値は、'GET'、'POST'、'PUT'、'DELETE' です。

url
Object

Web アクティビティのターゲット エンドポイントとパス。 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

アクティビティは条件によって異なります。

userProperties
IList<UserProperty>

アクティビティ ユーザーのプロパティ。

linkedServiceName
LinkedServiceReference

リンクされたサービス参照。

policy
ActivityPolicy

アクティビティ ポリシー。

headers
Object

要求に送信されるヘッダーを表します。 たとえば、要求に種類と言語を設定する場合: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }。 型: string (または resultType 文字列を含む式)。

body
Object

エンドポイントに送信されるペイロードを表します。 POST/PUT メソッドに必要です。GET メソッドの Type: string (または ResultType 文字列を含む式) には使用できません。

authentication
WebActivityAuthentication

エンドポイントを呼び出すために使用される認証方法。

disableCertValidation
Nullable<Boolean>

true に設定すると、証明書の検証は無効になります。

datasets
IList<DatasetReference>

Web エンドポイントに渡されるデータセットの一覧。

linkedServices
IList<LinkedServiceReference>

Web エンドポイントに渡されるリンクされたサービスの一覧。

connectVia
IntegrationRuntimeReference

統合ランタイム参照。

適用対象