GetSerialPortPlainArgs

data class GetSerialPortPlainArgs(val parentResource: String, val parentResourceType: String, val resourceGroupName: String, val resourceProviderNamespace: String, val serialPort: String) : ConvertibleToJava<GetSerialPortPlainArgs>

Constructors

Link copied to clipboard
constructor(parentResource: String, parentResourceType: String, resourceGroupName: String, resourceProviderNamespace: String, serialPort: String)

Properties

Link copied to clipboard

The resource name, or subordinate path, for the parent of the serial port. For example: the name of the virtual machine.

Link copied to clipboard

The resource type of the parent resource. For example: 'virtualMachines' or 'virtualMachineScaleSets'

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The namespace of the resource provider.

Link copied to clipboard

The name of the serial port to connect to.

Functions

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