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

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