Package version:

Interface RetrieveBootDiagnosticsDataResult

The SAS URIs of the console screenshot and serial log blobs.

interface RetrieveBootDiagnosticsDataResult {
    consoleScreenshotBlobUri?: string;
    serialConsoleLogBlobUri?: string;
}

Properties

consoleScreenshotBlobUri?: string

The console screenshot blob URI NOTE: This property will not be serialized. It can only be populated by the server.

serialConsoleLogBlobUri?: string

The serial console log blob URI. NOTE: This property will not be serialized. It can only be populated by the server.