Share via


EventQueryParameter Class

Definition

Implements the event query parameter.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.EventQueryParameterTypeConverter))]
public class EventQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IEventQueryParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.EventQueryParameterTypeConverter))>]
type EventQueryParameter = class
    interface IEventQueryParameter
    interface IJsonSerializable
Public Class EventQueryParameter
Implements IEventQueryParameter
Inheritance
EventQueryParameter
Attributes
Implements

Constructors

EventQueryParameter()

Creates an new EventQueryParameter instance.

Properties

AffectedObjectCorrelationId

The affected object correlationId for the events to be queried.

AffectedObjectFriendlyName

The affected object name of the events to be queried.

EndTime

The end time of the time range within which the events are to be queried.

EventCode

The source id of the events to be queried.

EventType

The type of the events to be queried.

FabricName

The affected object server id of the events to be queried.

Severity

The severity of the events to be queried.

StartTime

The start time of the time range within which the events are to be queried.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventQueryParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventQueryParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IEventQueryParameter.

FromJsonString(String)

Creates a new instance of EventQueryParameter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventQueryParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to