get Cloud Connection
Gets the specified cloud connection in a specified resource group. 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.
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.
See also
suspend fun getCloudConnection(argument: suspend GetCloudConnectionPlainArgsBuilder.() -> Unit): GetCloudConnectionResult
Return
Resource which represents the managed network connection between Azure Gateways and remote cloud gateways.
Parameters
argument
Builder for com.pulumi.azurenative.hybridcloud.kotlin.inputs.GetCloudConnectionPlainArgs.