Share via


IEventQueryParameter Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to