ArmSelfHelpModelFactory.SolutionsDiagnostic Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SolutionsDiagnostic.
public static Azure.ResourceManager.SelfHelp.Models.SolutionsDiagnostic SolutionsDiagnostic (string solutionId = default, Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticStatus? status = default, string statusDetails = default, string replacementKey = default, string estimatedCompletionTime = default, System.Collections.Generic.IEnumerable<string> requiredParameters = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInsight> insights = default);
static member SolutionsDiagnostic : string * Nullable<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticStatus> * string * string * string * seq<string> * seq<Azure.ResourceManager.SelfHelp.Models.SelfHelpDiagnosticInsight> -> Azure.ResourceManager.SelfHelp.Models.SolutionsDiagnostic
Public Shared Function SolutionsDiagnostic (Optional solutionId As String = Nothing, Optional status As Nullable(Of SelfHelpDiagnosticStatus) = Nothing, Optional statusDetails As String = Nothing, Optional replacementKey As String = Nothing, Optional estimatedCompletionTime As String = Nothing, Optional requiredParameters As IEnumerable(Of String) = Nothing, Optional insights As IEnumerable(Of SelfHelpDiagnosticInsight) = Nothing) As SolutionsDiagnostic
Parameters
- solutionId
- String
Solution Id to identify single Solutions Diagnostic.
- status
- Nullable<SelfHelpDiagnosticStatus>
Denotes the status of the diagnostic resource.
- statusDetails
- String
Details of the status.
- replacementKey
- String
Place holder used in HTML Content replace control with the content.
- estimatedCompletionTime
- String
Diagnostics estimated completion time in minutes.
- requiredParameters
- IEnumerable<String>
Required parameters of this item.
- insights
- IEnumerable<SelfHelpDiagnosticInsight>
Diagnostic insights.
Returns
A new SolutionsDiagnostic instance for mocking.
Applies to
Azure SDK for .NET