OperationalInsightsSavedSearchData Class

Definition

A class representing the OperationalInsightsSavedSearch data model. Value object for saved search results.

public class OperationalInsightsSavedSearchData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchData>
public class OperationalInsightsSavedSearchData : Azure.ResourceManager.Models.ResourceData
type OperationalInsightsSavedSearchData = class
    inherit ResourceData
    interface IJsonModel<OperationalInsightsSavedSearchData>
    interface IPersistableModel<OperationalInsightsSavedSearchData>
type OperationalInsightsSavedSearchData = class
    inherit ResourceData
Public Class OperationalInsightsSavedSearchData
Inherits ResourceData
Implements IJsonModel(Of OperationalInsightsSavedSearchData), IPersistableModel(Of OperationalInsightsSavedSearchData)
Public Class OperationalInsightsSavedSearchData
Inherits ResourceData
Inheritance
OperationalInsightsSavedSearchData
Implements

Constructors

OperationalInsightsSavedSearchData(String, String, String)

Initializes a new instance of OperationalInsightsSavedSearchData.

Properties

Category

The category of the saved search. This helps the user to find a saved search faster.

DisplayName

Saved search display name.

ETag

The ETag of the saved search. To override an existing saved search, use "*" or specify the current Etag.

FunctionAlias

The function alias if query serves as a function.

FunctionParameters

The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Query

The query expression for the saved search.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

The tags attached to the saved search.

Version

The version number of the query language. The current version is 2 and is the default.

Explicit Interface Implementations

IJsonModel<OperationalInsightsSavedSearchData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OperationalInsightsSavedSearchData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsSavedSearchData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsSavedSearchData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OperationalInsightsSavedSearchData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to