getCloudConnector

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

connectorName

Connector Name.

expand

May be used to expand the collectionInfo property. By default, collectionInfo is not included.

See also


Return

The Connector model definition

Parameters

argument

Builder for com.pulumi.azurenative.costmanagement.kotlin.inputs.GetCloudConnectorPlainArgs.

See also