IEventQueryParameter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.EventQueryParameterTypeConverter))]
public interface IEventQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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) |