ArmSelfHelpModelFactory.SelfHelpDiagnosticData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- globalParameters
- IDictionary<String,String>
Globale Parameter, die an alle solutionIds übergeben werden können.
- insights
- IEnumerable<SelfHelpDiagnosticInvocation>
SolutionIds, die aufgerufen werden müssen.
- acceptedOn
- Nullable<DateTimeOffset>
Diagnoseanforderung akzeptierte Zeit.
- provisioningState
- Nullable<SelfHelpProvisioningState>
Status der Diagnosebereitstellung.
- diagnostics
- IEnumerable<SelfHelpDiagnosticInfo>
Array der Diagnose.
Gibt zurück
Eine neue SelfHelpDiagnosticData instance zum Mocking.