次の方法で共有


AzureDatabricksLinkedService.NewClusterNodeType プロパティ

定義

新しいジョブ クラスターのノードの種類を取得または設定します。 このプロパティは、newClusterVersion が指定されていて、instancePoolId が指定されていない場合に必要です。 instancePoolId が指定されている場合、このプロパティは無視されます。 型: string (または resultType 文字列を含む式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象