PSSearchTable Constructor
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.
public PSSearchTable (string resourceGroupName, string workspaceName, string tableName, string query, string startSearchTime, string endSearchTime, int? limit);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchTable : string * string * string * string * string * string * Nullable<int> -> Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchTable
Public Sub New (resourceGroupName As String, workspaceName As String, tableName As String, query As String, startSearchTime As String, endSearchTime As String, limit As Nullable(Of Integer))
Parameters
- resourceGroupName
- String
- workspaceName
- String
- tableName
- String
- query
- String
- startSearchTime
- String
- endSearchTime
- String