Compartilhar via


TroubleshootingResultInner Construtores

Definição

Sobrecargas

TroubleshootingResultInner()

Inicializa uma nova instância da classe TroubleshootingResultInner.

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

Inicializa uma nova instância da classe TroubleshootingResultInner.

TroubleshootingResultInner()

Inicializa uma nova instância da classe TroubleshootingResultInner.

public TroubleshootingResultInner ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe TroubleshootingResultInner.

public TroubleshootingResultInner (DateTime? startTime = default, DateTime? endTime = default, string code = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingDetails> results = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner : Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingDetails> -> Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingResultInner
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