getWCFRelay

Returns the description for the specified WCF relay. API Version: 2017-04-01.

Return

Description of the WCF relay resource.

Parameters

argument

null


suspend fun getWCFRelay(namespaceName: String, relayName: String, resourceGroupName: String): GetWCFRelayResult

Return

Description of the WCF relay resource.

Parameters

namespaceName

The namespace name

relayName

The relay name.

resourceGroupName

Name of the Resource group within the Azure subscription.

See also


suspend fun getWCFRelay(argument: suspend GetWCFRelayPlainArgsBuilder.() -> Unit): GetWCFRelayResult

Return

Description of the WCF relay resource.

Parameters

argument

Builder for com.pulumi.azurenative.relay.kotlin.inputs.GetWCFRelayPlainArgs.

See also