Compartilhar via


DetectorAbnormalTimePeriod Construtores

Definição

Sobrecargas

DetectorAbnormalTimePeriod()

Inicializa uma nova instância da classe DetectorAbnormalTimePeriod.

DetectorAbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Double>, IList<IList<NameValuePair>>, Nullable<IssueType>, IList<Solution>)

Inicializa uma nova instância da classe DetectorAbnormalTimePeriod.

DetectorAbnormalTimePeriod()

Inicializa uma nova instância da classe DetectorAbnormalTimePeriod.

public DetectorAbnormalTimePeriod ();
Public Sub New ()

Aplica-se a

DetectorAbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Double>, IList<IList<NameValuePair>>, Nullable<IssueType>, IList<Solution>)

Inicializa uma nova instância da classe 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

startTime
Nullable<DateTime>

Hora de início do evento correlacionado

endTime
Nullable<DateTime>

Hora de término do evento correlacionado

message
String

Mensagem que descreve o evento

source
String

Representa o nome do Detector

priority
Nullable<Double>

Representa a classificação do Detector

metaData
IList<IList<NameValuePair>>

Metadados de tempo de inatividade

type
Nullable<IssueType>

Representa o tipo do Detector. Os valores possíveis incluem: 'ServiceIncident', 'AppDeployment', 'AppCrash', 'RuntimeIssueDetected', 'AseDeployment', 'UserIssue', 'PlatformIssue', 'Other'

solutions
IList<Solution>

Lista de soluções propostas

Aplica-se a