次の方法で共有


WcfRelayResource.GetWcfRelayAuthorizationRuleAsync メソッド

定義

WCF リレーの authorizationRule を名前で取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}
  • 操作IdWCFRelays_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))

パラメーター

authorizationRuleName
String

承認規則の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

authorizationRuleName は空の文字列であり、空でないと予想されていました。

authorizationRuleName が null です。

適用対象