NetworkVirtualApplianceBootDiagnosticParameters interface
Specifies input parameters required to retrieve the boot diagnostic logs for an NVA instance
Properties
| console |
Specifies the sas-url to the storage blob into which console screen shot for the requested instance will be written |
| instance |
The network virtual appliance instance id for which boot diagnostic logs is being requested |
| serial |
Specifies the sas-url to the storage blob into which serial console logs for the requested instance will be written |
Property Details
consoleScreenshotStorageSasUrl
Specifies the sas-url to the storage blob into which console screen shot for the requested instance will be written
consoleScreenshotStorageSasUrl?: string
Property Value
string
instanceId
The network virtual appliance instance id for which boot diagnostic logs is being requested
instanceId?: number
Property Value
number
serialConsoleStorageSasUrl
Specifies the sas-url to the storage blob into which serial console logs for the requested instance will be written
serialConsoleStorageSasUrl?: string
Property Value
string