Partager via


ComputedProperty.Query Property

Definition

The query that evaluates the value for computed property, for example - "SELECT VALUE LOWER(c.name) FROM c".

public Azure.Provisioning.BicepValue<string> Query { get; set; }
member this.Query : Azure.Provisioning.BicepValue<string> with get, set
Public Property Query As BicepValue(Of String)

Property Value

Applies to