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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET