Share via


NonAzureQueryProperties Class

Definition

Non Azure query for the update configuration.

public class NonAzureQueryProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.NonAzureQueryProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.NonAzureQueryProperties>
public class NonAzureQueryProperties
type NonAzureQueryProperties = class
    interface IJsonModel<NonAzureQueryProperties>
    interface IPersistableModel<NonAzureQueryProperties>
type NonAzureQueryProperties = class
Public Class NonAzureQueryProperties
Implements IJsonModel(Of NonAzureQueryProperties), IPersistableModel(Of NonAzureQueryProperties)
Public Class NonAzureQueryProperties
Inheritance
NonAzureQueryProperties
Implements

Constructors

NonAzureQueryProperties()

Initializes a new instance of NonAzureQueryProperties.

Properties

FunctionAlias

Log Analytics Saved Search name.

WorkspaceId

Workspace Id for Log Analytics in which the saved Search is resided.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NonAzureQueryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NonAzureQueryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NonAzureQueryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NonAzureQueryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NonAzureQueryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to