get Cloud Connection
Gets the specified cloud connection in a specified resource group. Azure REST API version: 2023-01-01-preview.
Return
Resource which represents the managed network connection between Azure Gateways and remote cloud gateways.
Parameters
argument
null
suspend fun getCloudConnection(cloudConnectionName: String, resourceGroupName: String): GetCloudConnectionResult
Return
Resource which represents the managed network connection between Azure Gateways and remote cloud gateways.
See also
Parameters
cloud Connection Name
The name of the cloud connection resource
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getCloudConnection(argument: suspend GetCloudConnectionPlainArgsBuilder.() -> Unit): GetCloudConnectionResult
Return
Resource which represents the managed network connection between Azure Gateways and remote cloud gateways.
See also
Parameters
argument
Builder for com.pulumi.azurenative.hybridcloud.kotlin.inputs.GetCloudConnectionPlainArgs.