Share via


AzureDatabricksLinkedService.NewClusterNumOfWorker Property

Definition

Gets or sets 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).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.newClusterNumOfWorker")]
public object NewClusterNumOfWorker { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.newClusterNumOfWorker")>]
member this.NewClusterNumOfWorker : obj with get, set
Public Property NewClusterNumOfWorker As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to