Class TroubleshootingDetails
java.lang.Object
com.microsoft.azure.management.network.TroubleshootingDetails
Information gained from troubleshooting of specified resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetail()
Get details on troubleshooting results.id()
Get the id of the get troubleshoot operation.Get reason type of failure.Get list of recommended actions.summary()
Get a summary of troubleshooting.withDetail
(String detail) Set details on troubleshooting results.Set the id of the get troubleshoot operation.withReasonType
(String reasonType) Set reason type of failure.withRecommendedActions
(List<TroubleshootingRecommendedActions> recommendedActions) Set list of recommended actions.withSummary
(String summary) Set a summary of troubleshooting.
-
Constructor Details
-
TroubleshootingDetails
public TroubleshootingDetails()
-
-
Method Details
-
id
Get the id of the get troubleshoot operation.- Returns:
- the id value
-
withId
Set the id of the get troubleshoot operation.- Parameters:
id
- the id value to set- Returns:
- the TroubleshootingDetails object itself.
-
reasonType
Get reason type of failure.- Returns:
- the reasonType value
-
withReasonType
Set reason type of failure.- Parameters:
reasonType
- the reasonType value to set- Returns:
- the TroubleshootingDetails object itself.
-
summary
Get a summary of troubleshooting.- Returns:
- the summary value
-
withSummary
Set a summary of troubleshooting.- Parameters:
summary
- the summary value to set- Returns:
- the TroubleshootingDetails object itself.
-
detail
Get details on troubleshooting results.- Returns:
- the detail value
-
withDetail
Set details on troubleshooting results.- Parameters:
detail
- the detail value to set- Returns:
- the TroubleshootingDetails object itself.
-
recommendedActions
Get list of recommended actions.- Returns:
- the recommendedActions value
-
withRecommendedActions
public TroubleshootingDetails withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions) Set list of recommended actions.- Parameters:
recommendedActions
- the recommendedActions value to set- Returns:
- the TroubleshootingDetails object itself.
-