Share via


DataManifestCustomResourceFunctionDefinition.DefaultProperties Property

Definition

Gets or sets the top-level properties that can be selected on the function's output. eg - [ "name", "location" ] if vault().name and vault().location are supported

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to