Compartilhar via


ArmSelfHelpModelFactory.SelfHelpDiagnosticData Método

Definição

Inicializa uma nova instância de SelfHelpDiagnosticData.

public static Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticData SelfHelpDiagnosticData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> globalParameters = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInvocation> insights = default, DateTimeOffset? acceptedOn = default, Azure.ResourceManager.SelfHelp.Models.SelfHelpProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInfo> diagnostics = default);
static member SelfHelpDiagnosticData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInvocation> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.SelfHelp.Models.SelfHelpProvisioningState> * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInfo> -> Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticData
Public Shared Function SelfHelpDiagnosticData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional globalParameters As IDictionary(Of String, String) = Nothing, Optional insights As IEnumerable(Of SelfHelpDiagnosticInvocation) = Nothing, Optional acceptedOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of SelfHelpProvisioningState) = Nothing, Optional diagnostics As IEnumerable(Of SelfHelpDiagnosticInfo) = Nothing) As SelfHelpDiagnosticData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

globalParameters
IDictionary<String,String>

Parâmetros globais que podem ser passados para todas as solutionIds.

insights
IEnumerable<SelfHelpDiagnosticInvocation>

SolutionIds que são necessárias para serem invocadas.

acceptedOn
Nullable<DateTimeOffset>

Hora aceita da solicitação de diagnóstico.

provisioningState
Nullable<SelfHelpProvisioningState>

Status do provisionamento de diagnóstico.

diagnostics
IEnumerable<SelfHelpDiagnosticInfo>

Matriz de diagnósticos.

Retornos

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

Aplica-se a