次の方法で共有


DataManifestCustomResourceFunctionDefinition.DefaultProperties プロパティ

定義

関数の出力で選択できる最上位のプロパティを取得または設定します。 例 - vault().name と vault().location がサポートされている場合は [ "name", "location" ]

[Newtonsoft.Json.JsonProperty(PropertyName="defaultProperties")]
public System.Collections.Generic.IList<string> DefaultProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultProperties")>]
member this.DefaultProperties : System.Collections.Generic.IList<string> with get, set
Public Property DefaultProperties As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象