get Serial Port
Gets the configured settings for a serial port Uses Azure REST API version 2018-05-01.
Return
Represents the serial port of the parent resource.
Parameters
argument
null
suspend fun getSerialPort(parentResource: String, parentResourceType: String, resourceGroupName: String, resourceProviderNamespace: String, serialPort: String): GetSerialPortResult
Return
Represents the serial port of the parent resource.
Parameters
parent Resource
The resource name, or subordinate path, for the parent of the serial port. For example: the name of the virtual machine.
parent Resource Type
The resource type of the parent resource. For example: 'virtualMachines' or 'virtualMachineScaleSets'
resource Group Name
The name of the resource group.
resource Provider Namespace
The namespace of the resource provider.
serial Port
The name of the serial port to connect to.
See also
suspend fun getSerialPort(argument: suspend GetSerialPortPlainArgsBuilder.() -> Unit): GetSerialPortResult
Return
Represents the serial port of the parent resource.
Parameters
argument
Builder for com.pulumi.azurenative.serialconsole.kotlin.inputs.GetSerialPortPlainArgs.