DatabricksJobActivity(String, DataFactoryElement<String>) 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 DatabricksJobActivity.
public DatabricksJobActivity(string name, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> jobId);
new Azure.ResourceManager.DataFactory.Models.DatabricksJobActivity : string * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.DatabricksJobActivity
Public Sub New (name As String, jobId As DataFactoryElement(Of String))
Parameters
- name
- String
Activity name.
- jobId
- DataFactoryElement<String>
The Id of the Databricks Job to be executed. Type: string (or Expression with resultType string).
Exceptions
name
or jobId
is null.