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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET