Compartilhar via


TroubleshootingResult Construtores

Definição

Sobrecargas

TroubleshootingResult()

Inicializa uma nova instância da classe TroubleshootingResult.

TroubleshootingResult(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>)

Inicializa uma nova instância da classe TroubleshootingResult.

TroubleshootingResult()

Inicializa uma nova instância da classe TroubleshootingResult.

public TroubleshootingResult ();
Public Sub New ()

Aplica-se a

TroubleshootingResult(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>)

Inicializa uma nova instância da classe TroubleshootingResult.

public TroubleshootingResult (DateTime? startTime = default, DateTime? endTime = default, string code = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingDetails> results = default);
new Microsoft.Azure.Management.Network.Models.TroubleshootingResult : Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingDetails> -> Microsoft.Azure.Management.Network.Models.TroubleshootingResult
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional code As String = Nothing, Optional results As IList(Of TroubleshootingDetails) = Nothing)

Parâmetros

startTime
Nullable<DateTime>

A hora de início da solução de problemas.

endTime
Nullable<DateTime>

A hora de término da solução de problemas.

code
String

O código de resultado da solução de problemas.

results
IList<TroubleshootingDetails>

Informações da solução de problemas.

Aplica-se a