RetrieveBootDiagnosticsDataResult

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

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Properties

Name Type Description
consoleScreenshotBlobUri string The console screenshot blob URI.
serialConsoleLogBlobUri string The serial console log blob URI.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-virtual-machines-retrievebootdiagnosticsdataresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RetrieveBootDiagnosticsDataResult",
  "title": "RetrieveBootDiagnosticsDataResult",
  "type": "object",
  "description": "The SAS URIs of the console screenshot and serial log blobs.",
  "properties": {
    "consoleScreenshotBlobUri": {
      "type": "string",
      "format": "uri",
      "readOnly": true,
      "description": "The console screenshot blob URI."
    },
    "serialConsoleLogBlobUri": {
      "type": "string",
      "format": "uri",
      "readOnly": true,
      "description": "The serial console log blob URI."
    }
  }
}