Share via


NetworkVirtualApplianceBootDiagnosticParameters Class

Specifies input parameters required to retrieve the boot diagnostic logs for an NVA instance.

Constructor

NetworkVirtualApplianceBootDiagnosticParameters(*, instance_id: int | None = None, serial_console_storage_sas_url: str | None = None, console_screenshot_storage_sas_url: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
instance_id
int

The network virtual appliance instance id for which boot diagnostic logs is being requested.

Default value: None
serial_console_storage_sas_url
str

Specifies the sas-url to the storage blob into which serial console logs for the requested instance will be written.

Default value: None
console_screenshot_storage_sas_url
str

Specifies the sas-url to the storage blob into which console screen shot for the requested instance will be written.

Default value: None

Variables

Name Description
instance_id
int

The network virtual appliance instance id for which boot diagnostic logs is being requested.

serial_console_storage_sas_url
str

Specifies the sas-url to the storage blob into which serial console logs for the requested instance will be written.

console_screenshot_storage_sas_url
str

Specifies the sas-url to the storage blob into which console screen shot for the requested instance will be written.