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

SavedSearch 类

定义

保存的搜索结果的 Value 对象。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SavedSearch : Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SavedSearch = class
    inherit ProxyResource
Public Class SavedSearch
Inherits ProxyResource
继承
属性

构造函数

SavedSearch()

初始化 SavedSearch 类的新实例。

SavedSearch(String, String, String, String, String, String, String, String, String, Nullable<Int64>, IList<Tag>)

初始化 SavedSearch 类的新实例。

属性

Category

获取或设置保存的搜索的类别。 这有助于用户更快地查找已保存的搜索。

DisplayName

获取或设置保存的搜索显示名称。

Etag

获取或设置已保存搜索的 ETag。 若要替代现有的已保存搜索,请使用“*”或指定当前 Etag

FunctionAlias

如果查询用作函数,则获取或设置函数别名。

FunctionParameters

如果查询用作函数,则获取或设置可选函数参数。 值应采用以下格式:“param-name1:type1 = default_value1,param-name2:type2 = default_value2”。 有关更多示例和正确的语法, https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions请参阅 。

Id

获取资源的完全限定资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Name

获取资源的名称

(继承自 Resource)
Query

获取或设置保存的搜索的查询表达式。

Tags

获取或设置附加到已保存搜索的标记。

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)
Version

获取或设置查询语言的版本号。 当前版本为 2,是默认值。

方法

Validate()

验证 对象。

适用于