TroubleshootingStatusResponse

data class TroubleshootingStatusResponse(val endTimeUtc: String, val lastTriggerTimeUtc: String, val properties: TroubleshootingAdditionalPropertiesResponse, val rootCause: String, val startTimeUtc: String, val troubleshootingScenario: String)

Status of last troubleshooting operation on this SQL VM

Constructors

Link copied to clipboard
constructor(endTimeUtc: String, lastTriggerTimeUtc: String, properties: TroubleshootingAdditionalPropertiesResponse, rootCause: String, startTimeUtc: String, troubleshootingScenario: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End time in UTC timezone.

Link copied to clipboard

Last troubleshooting trigger time in UTC timezone

Link copied to clipboard
Link copied to clipboard

Root cause of the issue

Link copied to clipboard

Start time in UTC timezone.

Link copied to clipboard

SQL VM troubleshooting scenario.