WebActivity Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
WebActivity() |
Initialisiert eine neue instance der WebActivity-Klasse. |
WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference) |
Initialisiert eine neue instance der WebActivity-Klasse. |
WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, Nullable<Boolean>, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference) |
Initialisiert eine neue instance der WebActivity-Klasse. |
WebActivity()
Initialisiert eine neue instance der WebActivity-Klasse.
public WebActivity();
Public Sub New ()
Gilt für:
WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)
Initialisiert eine neue instance der WebActivity-Klasse.
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)
Parameter
- name
- String
Aktivitätsname.
- method
- String
Rest-API-Methode für den Zielendpunkt. Mögliche Werte: "GET", "POST", "PUT", "DELETE"
- url
- Object
Zielendpunkt und Pfad der Webaktivität. Type: string (oder Expression with resultType string).
- additionalProperties
- IDictionary<String,Object>
Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Sammlung deserialisiert.
- description
- String
Aktivitätsbeschreibung.
- dependsOn
- IList<ActivityDependency>
Die Aktivität hängt von der Bedingung ab.
- userProperties
- IList<UserProperty>
Aktivitätsbenutzereigenschaften.
- linkedServiceName
- LinkedServiceReference
Verknüpfter Dienstverweis.
- policy
- ActivityPolicy
Aktivitätsrichtlinie.
- headers
- Object
Stellt die Header dar, die an die Anforderung gesendet werden. So legen Sie beispielsweise die Sprache und den Typ für eine Anforderung fest: „headers“: { „Accept-Language“: „en-us“, „Content-Type“: „application/json“ }. Type: string (oder Expression with resultType string).
- body
- Object
Stellt die Nutzlast dar, die an den Endpunkt gesendet wird. Erforderlich für die POST/PUT-Methode, nicht zulässig für GET-Methodentyp: string (oder Expression mit resultType-Zeichenfolge).
- authentication
- WebActivityAuthentication
Die zum Aufrufen des Endpunkts verwendete Authentifizierungsmethode.
- datasets
- IList<DatasetReference>
Liste der Datasets, die an den Webendpunkt übergeben werden.
- linkedServices
- IList<LinkedServiceReference>
Liste der verknüpften Dienste, die an den Webendpunkt übergeben werden.
- connectVia
- IntegrationRuntimeReference
Der Verweis auf die Integration Runtime.
Gilt für:
WebActivity(String, String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, WebActivityAuthentication, Nullable<Boolean>, IList<DatasetReference>, IList<LinkedServiceReference>, IntegrationRuntimeReference)
Initialisiert eine neue instance der WebActivity-Klasse.
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)
Parameter
- name
- String
Aktivitätsname.
- method
- String
Rest-API-Methode für den Zielendpunkt. Mögliche Werte: "GET", "POST", "PUT", "DELETE"
- url
- Object
Zielendpunkt und Pfad der Webaktivität. Type: string (oder Expression with resultType string).
- additionalProperties
- IDictionary<String,Object>
Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Sammlung deserialisiert.
- description
- String
Aktivitätsbeschreibung.
- dependsOn
- IList<ActivityDependency>
Die Aktivität hängt von der Bedingung ab.
- userProperties
- IList<UserProperty>
Aktivitätsbenutzereigenschaften.
- linkedServiceName
- LinkedServiceReference
Verknüpfter Dienstverweis.
- policy
- ActivityPolicy
Aktivitätsrichtlinie.
- headers
- Object
Stellt die Header dar, die an die Anforderung gesendet werden. So legen Sie beispielsweise die Sprache und den Typ für eine Anforderung fest: „headers“: { „Accept-Language“: „en-us“, „Content-Type“: „application/json“ }. Type: string (oder Expression with resultType string).
- body
- Object
Stellt die Nutzlast dar, die an den Endpunkt gesendet wird. Erforderlich für die POST/PUT-Methode, nicht zulässig für GET-Methodentyp: string (oder Expression mit resultType-Zeichenfolge).
- authentication
- WebActivityAuthentication
Die zum Aufrufen des Endpunkts verwendete Authentifizierungsmethode.
Wenn diese Option auf TRUE festgelegt ist, wird die Zertifikatüberprüfung deaktiviert.
- datasets
- IList<DatasetReference>
Liste der Datasets, die an den Webendpunkt übergeben werden.
- linkedServices
- IList<LinkedServiceReference>
Liste der verknüpften Dienste, die an den Webendpunkt übergeben werden.
- connectVia
- IntegrationRuntimeReference
Der Verweis auf die Integration Runtime.
Gilt für:
Azure SDK for .NET