TroubleshootingResultInner 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 TroubleshootingResultInner
type TroubleshootingResultInner = class
Public Class TroubleshootingResultInner
- Inheritance
-
TroubleshootingResultInner
Constructors
TroubleshootingResultInner() |
Initializes a new instance of the TroubleshootingResultInner class. |
TroubleshootingResultInner(Nullable<DateTime>, Nullable<DateTime>, String, IList<TroubleshootingDetails>) |
Initializes a new instance of the TroubleshootingResultInner 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