Share via


DataManifestCustomResourceFunctionDefinition.DefaultProperties Property

Definition

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

public System.Collections.Generic.IReadOnlyList<string> DefaultProperties { get; }
member this.DefaultProperties : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property DefaultProperties As IReadOnlyList(Of String)

Property Value

Applies to