Compartilhar via


ArmNetworkModelFactory.TroubleshootingResult Método

Definição

Inicializa uma nova instância de TroubleshootingResult.

public static Azure.ResourceManager.Network.Models.TroubleshootingResult TroubleshootingResult (DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string code = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.TroubleshootingDetails> results = default);
static member TroubleshootingResult : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * seq<Azure.ResourceManager.Network.Models.TroubleshootingDetails> -> Azure.ResourceManager.Network.Models.TroubleshootingResult
Public Shared Function TroubleshootingResult (Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional code As String = Nothing, Optional results As IEnumerable(Of TroubleshootingDetails) = Nothing) As TroubleshootingResult

Parâmetros

startOn
Nullable<DateTimeOffset>

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

endOn
Nullable<DateTimeOffset>

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

code
String

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

results
IEnumerable<TroubleshootingDetails>

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

Retornos

Uma nova TroubleshootingResult instância para simulação.

Aplica-se a