次の方法で共有


AzureDatabricksLinkedService.NewClusterCustomTags プロパティ

定義

クラスター リソースの追加のタグを取得または設定します。 このプロパティは、インスタンス プールの構成では無視されます。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.newClusterCustomTags")]
public System.Collections.Generic.IDictionary<string,object> NewClusterCustomTags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.newClusterCustomTags")>]
member this.NewClusterCustomTags : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property NewClusterCustomTags As IDictionary(Of String, Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象