get Connector
Gets a connector in the hub. Azure REST 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.
See also
Parameters
connector Name
The name of the connector.
hub Name
The name of the hub.
resource Group Name
The name of the resource group.
suspend fun getConnector(argument: suspend GetConnectorPlainArgsBuilder.() -> Unit): GetConnectorResult
Return
The connector resource format.
See also
Parameters
argument
Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetConnectorPlainArgs.