getSerialPort

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

parentResource

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

parentResourceType

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

resourceGroupName

The name of the resource group.

resourceProviderNamespace

The namespace of the resource provider.

serialPort

The name of the serial port to connect to.

See also


Return

Represents the serial port of the parent resource.

Parameters

argument

Builder for com.pulumi.azurenative.serialconsole.kotlin.inputs.GetSerialPortPlainArgs.

See also