ArmNetworkModelFactory.TroubleshootingDetails 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 TroubleshootingDetails.
public static Azure.ResourceManager.Network.Models.TroubleshootingDetails TroubleshootingDetails (string id = default, string reasonType = default, string summary = default, string detail = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.TroubleshootingRecommendedActions> recommendedActions = default);
static member TroubleshootingDetails : string * string * string * string * seq<Azure.ResourceManager.Network.Models.TroubleshootingRecommendedActions> -> Azure.ResourceManager.Network.Models.TroubleshootingDetails
Public Shared Function TroubleshootingDetails (Optional id As String = Nothing, Optional reasonType As String = Nothing, Optional summary As String = Nothing, Optional detail As String = Nothing, Optional recommendedActions As IEnumerable(Of TroubleshootingRecommendedActions) = Nothing) As TroubleshootingDetails
Parameters
- id
- String
The id of the get troubleshoot operation.
- reasonType
- String
Reason type of failure.
- summary
- String
A summary of troubleshooting.
- detail
- String
Details on troubleshooting results.
- recommendedActions
- IEnumerable<TroubleshootingRecommendedActions>
List of recommended actions.
Returns
A new TroubleshootingDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET