QueryCheck Constructors
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.
Overloads
QueryCheck() |
Initializes a new instance of the QueryCheck class. |
QueryCheck(String, IList<IList<String>>, IList<String>) |
Initializes a new instance of the QueryCheck class. |
QueryCheck()
Initializes a new instance of the QueryCheck class.
public QueryCheck ();
Public Sub New ()
Applies to
QueryCheck(String, IList<IList<String>>, IList<String>)
Initializes a new instance of the QueryCheck class.
public QueryCheck (string query = default, System.Collections.Generic.IList<System.Collections.Generic.IList<string>> expectedResult = default, System.Collections.Generic.IList<string> columnNames = default);
new Microsoft.Azure.Management.Security.Models.QueryCheck : string * System.Collections.Generic.IList<System.Collections.Generic.IList<string>> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Security.Models.QueryCheck
Public Sub New (Optional query As String = Nothing, Optional expectedResult As IList(Of IList(Of String)) = Nothing, Optional columnNames As IList(Of String) = Nothing)
Parameters
- query
- String
The rule query.