getNetworkVirtualApplianceBootDiagnosticLogs

Retrieves the boot diagnostic logs for a VM instance belonging to the specified Network Virtual Appliance. Uses Azure REST API version 2024-07-01.

Return

null

Parameters

argument

null


suspend fun getNetworkVirtualApplianceBootDiagnosticLogs(consoleScreenshotStorageSasUrl: String? = null, instanceId: Int? = null, networkVirtualApplianceName: String, resourceGroupName: String, serialConsoleStorageSasUrl: String? = null): GetNetworkVirtualApplianceBootDiagnosticLogsResult

Return

null

Parameters

consoleScreenshotStorageSasUrl

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

instanceId

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

networkVirtualApplianceName

The name of Network Virtual Appliance.

resourceGroupName

The name of the resource group.

serialConsoleStorageSasUrl

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

See also


Return

null

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkVirtualApplianceBootDiagnosticLogsPlainArgs.

See also