你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventQueryParameter Constructors
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.
Overloads
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. |
EventQueryParameter()
Initializes a new instance of the EventQueryParameter class.
public EventQueryParameter();
Public Sub New ()
Applies to
EventQueryParameter(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the EventQueryParameter class.
public EventQueryParameter(string eventCode = default, string severity = default, string eventType = default, string fabricName = default, string affectedObjectFriendlyName = default, string affectedObjectCorrelationId = default, DateTime? startTime = default, DateTime? endTime = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventQueryParameter : string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EventQueryParameter
Public Sub New (Optional eventCode As String = Nothing, Optional severity As String = Nothing, Optional eventType As String = Nothing, Optional fabricName As String = Nothing, Optional affectedObjectFriendlyName As String = Nothing, Optional affectedObjectCorrelationId As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing)
Parameters
- eventCode
- String
The source id of the events to be queried.
- severity
- String
The severity of the events to be queried.
- eventType
- String
The type of the events to be queried.
- fabricName
- String
The affected object server id of the events to be queried.
- affectedObjectFriendlyName
- String
The affected object name of the events to be queried.
- affectedObjectCorrelationId
- String
The affected object correlationId for the events to be queried.
The start time of the time range within which the events are to be queried.
The end time of the time range within which the events are to be queried.