Language

DataManifestCustomResourceFunctionDefinition.DefaultProperty 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.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> DefaultProperty { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Origin(Microsoft.Azure.PowerShell.Cmdlets.Policy.PropertyOrigin.Owned)>]
member this.DefaultProperty : System.Collections.Generic.List<string> with get, set
Public Property DefaultProperty As List(Of String)

Property Value

Implements

Attributes

Applies to