WcfRelayResource.GetWcfRelayAuthorizationRuleAsync Method

Definition

Get authorizationRule for a WCF relay by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}
  • Operation Id: WCFRelays_GetAuthorizationRule
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.WcfRelayAuthorizationRuleResource>> GetWcfRelayAuthorizationRuleAsync (string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWcfRelayAuthorizationRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.WcfRelayAuthorizationRuleResource>>
override this.GetWcfRelayAuthorizationRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.WcfRelayAuthorizationRuleResource>>
Public Overridable Function GetWcfRelayAuthorizationRuleAsync (authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WcfRelayAuthorizationRuleResource))

Parameters

authorizationRuleName
String

The authorization rule name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

authorizationRuleName is null.

authorizationRuleName is an empty string, and was expected to be non-empty.

Applies to