DetectorAbnormalTimePeriod Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
DetectorAbnormalTimePeriod() |
Inicializa una nueva instancia de la clase DetectorAbnormalTimePeriod. |
DetectorAbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Double>, IList<IList<NameValuePair>>, Nullable<IssueType>, IList<Solution>) |
Inicializa una nueva instancia de la clase DetectorAbnormalTimePeriod. |
DetectorAbnormalTimePeriod()
Inicializa una nueva instancia de la clase DetectorAbnormalTimePeriod.
public DetectorAbnormalTimePeriod ();
Public Sub New ()
Se aplica a
DetectorAbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Double>, IList<IList<NameValuePair>>, Nullable<IssueType>, IList<Solution>)
Inicializa una nueva instancia de la clase DetectorAbnormalTimePeriod.
public DetectorAbnormalTimePeriod (DateTime? startTime = default, DateTime? endTime = default, string message = default, string source = default, double? priority = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> metaData = default, Microsoft.Azure.Management.WebSites.Models.IssueType? type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Solution> solutions = default);
new Microsoft.Azure.Management.WebSites.Models.DetectorAbnormalTimePeriod : Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<double> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> * Nullable<Microsoft.Azure.Management.WebSites.Models.IssueType> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Solution> -> Microsoft.Azure.Management.WebSites.Models.DetectorAbnormalTimePeriod
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional message As String = Nothing, Optional source As String = Nothing, Optional priority As Nullable(Of Double) = Nothing, Optional metaData As IList(Of IList(Of NameValuePair)) = Nothing, Optional type As Nullable(Of IssueType) = Nothing, Optional solutions As IList(Of Solution) = Nothing)
Parámetros
- message
- String
Mensaje que describe el evento
- source
- String
Representa el nombre del detector.
- metaData
- IList<IList<NameValuePair>>
Metadatos de tiempo de inactividad
Representa el tipo del Detector. Entre los valores posibles se incluyen: 'ServiceIncident', 'AppDeployment', 'AppCrash', 'RuntimeIssueDetected', 'AseDeployment', 'UserIssue', 'PlatformIssue', 'Other'
Se aplica a
Azure SDK for .NET