Bagikan melalui


WcfRelayResource.GetWcfRelayAuthorizationRule 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 Azure.Response<Azure.ResourceManager.Relay.WcfRelayAuthorizationRuleResource> GetWcfRelayAuthorizationRule (string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWcfRelayAuthorizationRule : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Relay.WcfRelayAuthorizationRuleResource>
override this.GetWcfRelayAuthorizationRule : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Relay.WcfRelayAuthorizationRuleResource>
Public Overridable Function GetWcfRelayAuthorizationRule (authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As 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