你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.