TroubleshootingResult Class
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.
Troubleshooting information gained from specified resource.
public class TroubleshootingResult
type TroubleshootingResult = class
Public Class TroubleshootingResult
- Inheritance
-
TroubleshootingResult
Constructors
TroubleshootingResult() |
Initializes a new instance of the TroubleshootingResult class. |
TroubleshootingResult(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>) |
Initializes a new instance of the TroubleshootingResult class. |
Properties
Code |
Gets or sets the result code of the troubleshooting. |
EndTime |
Gets or sets the end time of the troubleshooting. |
Results |
Gets or sets information from troubleshooting. |
StartTime |
Gets or sets the start time of the troubleshooting. |
Applies to
Azure SDK for .NET