get Connection
Get a specific connection Uses Azure REST API version 2016-06-01. Other available API versions: 2015-08-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native web [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
API connection
Parameters
argument
null
suspend fun getConnection(connectionName: String, resourceGroupName: String, subscriptionId: String? = null): GetConnectionResult
Return
API connection
Parameters
connection Name
Connection name
resource Group Name
The resource group
subscription Id
Subscription Id
See also
suspend fun getConnection(argument: suspend GetConnectionPlainArgsBuilder.() -> Unit): GetConnectionResult
Return
API connection
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetConnectionPlainArgs.