Compartir a través de


DataManifestCustomResourceFunctionDefinition.DefaultProperties Propiedad

Definición

Obtiene o establece las propiedades de nivel superior que se pueden seleccionar en la salida de la función. por ejemplo: [ "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a