Share via


AzureDatabricksLinkedService.NewClusterNumOfWorker Property

Definition

If not using an existing interactive cluster, this specifies the number of worker nodes to use for the new job cluster or instance pool. For new job clusters, this a string-formatted Int32, like '1' means numOfWorker is 1 or '1:10' means auto-scale from 1 (min) to 10 (max). For instance pools, this is a string-formatted Int32, and can only specify a fixed number of worker nodes, such as '2'. Required if newClusterVersion is specified. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> NewClusterNumOfWorker { get; set; }
member this.NewClusterNumOfWorker : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property NewClusterNumOfWorker As DataFactoryElement(Of String)

Property Value

Applies to