get WCFRelay Authorization Rule
suspend fun getWCFRelayAuthorizationRule(argument: GetWCFRelayAuthorizationRulePlainArgs): GetWCFRelayAuthorizationRuleResult
Get authorizationRule for a WCF relay by name. API Version: 2017-04-01.
Return
Description of a namespace authorization rule.
Parameters
argument
null
suspend fun getWCFRelayAuthorizationRule(authorizationRuleName: String, namespaceName: String, relayName: String, resourceGroupName: String): GetWCFRelayAuthorizationRuleResult
Return
Description of a namespace authorization rule.
Parameters
authorization Rule Name
The authorization rule name.
namespace Name
The namespace name
relay Name
The relay name.
resource Group Name
Name of the Resource group within the Azure subscription.
See also
suspend fun getWCFRelayAuthorizationRule(argument: suspend GetWCFRelayAuthorizationRulePlainArgsBuilder.() -> Unit): GetWCFRelayAuthorizationRuleResult
Return
Description of a namespace authorization rule.
Parameters
argument
Builder for com.pulumi.azurenative.relay.kotlin.inputs.GetWCFRelayAuthorizationRulePlainArgs.