AzureFunctionActivity(String, AzureFunctionActivityMethod, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AzureFunctionActivity.
public AzureFunctionActivity (string name, Azure.Analytics.Synapse.Artifacts.Models.AzureFunctionActivityMethod method, object functionName);
new Azure.Analytics.Synapse.Artifacts.Models.AzureFunctionActivity : string * Azure.Analytics.Synapse.Artifacts.Models.AzureFunctionActivityMethod * obj -> Azure.Analytics.Synapse.Artifacts.Models.AzureFunctionActivity
Public Sub New (name As String, method As AzureFunctionActivityMethod, functionName As Object)
Parameters
- name
- String
Activity name.
- method
- AzureFunctionActivityMethod
Rest API method for target endpoint.
- functionName
- Object
Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string).
Exceptions
name
or functionName
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET