GetConnectorMappingPlainArgs

data class GetConnectorMappingPlainArgs(val connectorName: String, val hubName: String, val mappingName: String, val resourceGroupName: String) : ConvertibleToJava<GetConnectorMappingPlainArgs>

Constructors

Link copied to clipboard
constructor(connectorName: String, hubName: String, mappingName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the connector.

Link copied to clipboard

The name of the hub.

Link copied to clipboard

The name of the connector mapping.

Link copied to clipboard

The name of the resource group.

Functions

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