你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSSearchTable Constructor

Definition

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
limit
Nullable<Int32>

Applies to