get Api Gateway Config Connection
suspend fun getApiGatewayConfigConnection(argument: GetApiGatewayConfigConnectionPlainArgs): GetApiGatewayConfigConnectionResult
Gets an API Management gateway config connection resource description. Uses Azure REST API version 2023-09-01-preview. Other available API versions: 2024-05-01, 2024-06-01-preview.
Return
A single API Management gateway resource in List or Get response.
Parameters
argument
null
suspend fun getApiGatewayConfigConnection(configConnectionName: String, gatewayName: String, resourceGroupName: String): GetApiGatewayConfigConnectionResult
Return
A single API Management gateway resource in List or Get response.
Parameters
config Connection Name
The name of the API Management gateway config connection.
gateway Name
The name of the API Management gateway.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getApiGatewayConfigConnection(argument: suspend GetApiGatewayConfigConnectionPlainArgsBuilder.() -> Unit): GetApiGatewayConfigConnectionResult
Return
A single API Management gateway resource in List or Get response.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiGatewayConfigConnectionPlainArgs.