英語で読む

次の方法で共有


TopicsOperationsExtensions.GetAuthorizationRuleAsync メソッド

定義

指定した承認規則を返します。 https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Fluent.Models.SharedAccessAuthorizationRuleInner> GetAuthorizationRuleAsync (this Microsoft.Azure.Management.ServiceBus.Fluent.ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName, string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);

パラメーター

operations
ITopicsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

topicName
String

トピック名。

authorizationRuleName
String

authorizationrule 名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象