你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventQueryParameter Class
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.
Implements the event query parameter.
public class EventQueryParameter
type EventQueryParameter = class
Public Class EventQueryParameter
- Inheritance
-
EventQueryParameter
Constructors
EventQueryParameter() |
Initializes a new instance of the EventQueryParameter class. |
EventQueryParameter(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the EventQueryParameter class. |
Properties
AffectedObjectCorrelationId |
Gets or sets the affected object correlationId for the events to be queried. |
AffectedObjectFriendlyName |
Gets or sets the affected object name of the events to be queried. |
EndTime |
Gets or sets the end time of the time range within which the events are to be queried. |
EventCode |
Gets or sets the source id of the events to be queried. |
EventType |
Gets or sets the type of the events to be queried. |
FabricName |
Gets or sets the affected object server id of the events to be queried. |
Severity |
Gets or sets the severity of the events to be queried. |
StartTime |
Gets or sets the start time of the time range within which the events are to be queried. |