TroubleshootingStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.sqlvirtualmachine.models.TroubleshootingStatus

public final class TroubleshootingStatus

Status of last troubleshooting operation on this SQL VM.

Constructor Summary

Constructor Description
TroubleshootingStatus()

Creates an instance of TroubleshootingStatus class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime endTimeUtc()

Get the endTimeUtc property: End time in UTC timezone.

OffsetDateTime lastTriggerTimeUtc()

Get the lastTriggerTimeUtc property: Last troubleshooting trigger time in UTC timezone.

TroubleshootingAdditionalProperties properties()

Get the properties property: Troubleshooting properties.

String rootCause()

Get the rootCause property: Root cause of the issue.

OffsetDateTime startTimeUtc()

Get the startTimeUtc property: Start time in UTC timezone.

TroubleshootingScenario troubleshootingScenario()

Get the troubleshootingScenario property: SQL VM troubleshooting scenario.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

TroubleshootingStatus

public TroubleshootingStatus()

Creates an instance of TroubleshootingStatus class.

Method Details

endTimeUtc

public OffsetDateTime endTimeUtc()

Get the endTimeUtc property: End time in UTC timezone.

Returns:

the endTimeUtc value.

lastTriggerTimeUtc

public OffsetDateTime lastTriggerTimeUtc()

Get the lastTriggerTimeUtc property: Last troubleshooting trigger time in UTC timezone.

Returns:

the lastTriggerTimeUtc value.

properties

public TroubleshootingAdditionalProperties properties()

Get the properties property: Troubleshooting properties.

Returns:

the properties value.

rootCause

public String rootCause()

Get the rootCause property: Root cause of the issue.

Returns:

the rootCause value.

startTimeUtc

public OffsetDateTime startTimeUtc()

Get the startTimeUtc property: Start time in UTC timezone.

Returns:

the startTimeUtc value.

troubleshootingScenario

public TroubleshootingScenario troubleshootingScenario()

Get the troubleshootingScenario property: SQL VM troubleshooting scenario.

Returns:

the troubleshootingScenario value.

validate

public void validate()

Validates the instance.

Applies to