get Cloud Connector
Get a cloud connector definition Uses Azure REST API version 2019-03-01-preview.
Return
The Connector model definition
Parameters
argument
null
suspend fun getCloudConnector(connectorName: String, expand: String? = null): GetCloudConnectorResult
Return
The Connector model definition
Parameters
connector Name
Connector Name.
expand
May be used to expand the collectionInfo property. By default, collectionInfo is not included.
See also
suspend fun getCloudConnector(argument: suspend GetCloudConnectorPlainArgsBuilder.() -> Unit): GetCloudConnectorResult
Return
The Connector model definition
Parameters
argument
Builder for com.pulumi.azurenative.costmanagement.kotlin.inputs.GetCloudConnectorPlainArgs.