Поделиться через


DatabricksJobActivity(String, DataFactoryElement<String>) Constructor

Definition

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.

Applies to