GetNetworkVirtualApplianceBootDiagnosticLogsPlainArgs

data class GetNetworkVirtualApplianceBootDiagnosticLogsPlainArgs(val consoleScreenshotStorageSasUrl: String? = null, val instanceId: Int? = null, val networkVirtualApplianceName: String, val resourceGroupName: String, val serialConsoleStorageSasUrl: String? = null) : ConvertibleToJava<GetNetworkVirtualApplianceBootDiagnosticLogsPlainArgs>

Constructors

constructor(consoleScreenshotStorageSasUrl: String? = null, instanceId: Int? = null, networkVirtualApplianceName: String, resourceGroupName: String, serialConsoleStorageSasUrl: String? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val instanceId: Int? = null

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

Link copied to clipboard

The name of Network Virtual Appliance.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetNetworkVirtualApplianceBootDiagnosticLogsPlainArgs