IExportQuery.Query Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ARG where predicate. Note that you can combine multiple conditions in one where predicate, e.g. resourceGroup =~ "my-rg" and type =~ "microsoft.network/virtualnetworks"
[Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="The ARG where predicate. Note that you can combine multiple conditions in one where predicate, e.g. resourceGroup =~ "my-rg" and type =~ "microsoft.network/virtualnetworks"", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="query", Update=true)]
public string Query { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=true, Description="The ARG where predicate. Note that you can combine multiple conditions in one where predicate, e.g. resourceGroup =~ "my-rg" and type =~ "microsoft.network/virtualnetworks"", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="query", Update=true)>]
member this.Query : string with get, set
Public Property Query As String
Property Value
- Attributes