Compartilhar via


DataManifestCustomResourceFunctionDefinition.DefaultProperties Propriedade

Definição

Obtém ou define as propriedades de nível superior que podem ser selecionadas na saída da função. por exemplo - [ "name", "location" ] se houver suporte para vault().name e vault().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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a