IQuerySelector.QueryString 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.
Azure Resource Graph (ARG) Query Language query for target resources.
[Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=true, Description="Azure Resource Graph (ARG) Query Language query for target resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="queryString", Update=true)]
public string QueryString { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=true, Description="Azure Resource Graph (ARG) Query Language query for target resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="queryString", Update=true)>]
member this.QueryString : string with get, set
Public Property QueryString As String
Property Value
- Attributes