TroubleshootingResult Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET