get Connector
Gets a connector in the hub. API Version: 2017-04-26.
Return
The connector resource format.
Parameters
argument
null
suspend fun getConnector(connectorName: String, hubName: String, resourceGroupName: String): GetConnectorResult
Return
The connector resource format.
Parameters
connector Name
The name of the connector.
hub Name
The name of the hub.
resource Group Name
The name of the resource group.
See also
suspend fun getConnector(argument: suspend GetConnectorPlainArgsBuilder.() -> Unit): GetConnectorResult
Return
The connector resource format.
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetConnectorPlainArgs.