Compartilhar via


ArmSelfHelpModelFactory.SelfHelpDiagnosticInfo Método

Definição

Inicializa uma nova instância de SelfHelpDiagnosticInfo.

public static Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInfo SelfHelpDiagnosticInfo (string solutionId = default, Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticStatus? status = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInsight> insights = default, Azure.ResourceManager.SelfHelp.Models.SelfHelpError error = default);
static member SelfHelpDiagnosticInfo : string * Nullable<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticStatus> * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInsight> * Azure.ResourceManager.SelfHelp.Models.SelfHelpError -> Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInfo
Public Shared Function SelfHelpDiagnosticInfo (Optional solutionId As String = Nothing, Optional status As Nullable(Of SelfHelpDiagnosticStatus) = Nothing, Optional insights As IEnumerable(Of SelfHelpDiagnosticInsight) = Nothing, Optional error As SelfHelpError = Nothing) As SelfHelpDiagnosticInfo

Parâmetros

solutionId
String

ID da solução.

status
Nullable<SelfHelpDiagnosticStatus>

Indica o status do recurso de diagnóstico.

insights
IEnumerable<SelfHelpDiagnosticInsight>

Os problemas (se houver) detectados por esse insight.

error
SelfHelpError

Definição de erro.

Retornos

Uma nova SelfHelpDiagnosticInfo instância para zombar.

Aplica-se a