AllowRule クラス

定義

許可するルールを表します。

[System.Runtime.Serialization.DataContract(Name="AllowRule", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class AllowRule : Microsoft.ServiceBus.Messaging.AuthorizationRule
[<System.Runtime.Serialization.DataContract(Name="AllowRule", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type AllowRule = class
    inherit AuthorizationRule
Public Class AllowRule
Inherits AuthorizationRule
継承
属性

コンストラクター

AllowRule()

AllowRule クラスの新しいインスタンスを初期化します。

AllowRule(String, AllowRuleClaimType, String, IEnumerable<AccessRights>)

指定したパラメーターを使用して、AllowRule クラスの新しいインスタンスを初期化します。

AllowRule(String, String, String, IEnumerable<AccessRights>)

AllowRule クラスの新しいインスタンスを初期化します。

フィールド

NameIdentifierClaimType

名前識別子要求規則。

(継承元 AuthorizationRule)
RoleClaimType

ロール ロール要求規則。

(継承元 AuthorizationRule)
RoleRoleClaimType

ロール ロール要求規則。

(継承元 AuthorizationRule)
SharedAccessKeyClaimType

共有アクセス キー要求規則。

(継承元 AuthorizationRule)
ShortNameIdentifierClaimType

短い名前識別子要求規則。

(継承元 AuthorizationRule)
ShortUpnClaimType

短い UPN 要求規則。

(継承元 AuthorizationRule)
UpnClaimType

UPN 要求規則。

(継承元 AuthorizationRule)

プロパティ

ClaimType

クレームの種類を取得または設定します。

(継承元 AuthorizationRule)
ClaimValue

"送信"、"リッスン"、または "管理" のいずれかの要求値を取得または設定します。

(継承元 AuthorizationRule)
CreatedTime

承認規則が作成された日時を取得または設定します。

(継承元 AuthorizationRule)
IssuerName

発行者の名前識別子を取得または設定します。

(継承元 AuthorizationRule)
KeyName

許可規則のキー名を取得または設定します。

ModifiedTime

承認規則が変更された日時を取得または設定します。

(継承元 AuthorizationRule)
Revision

変更リビジョン番号を取得または設定します。

(継承元 AuthorizationRule)
Rights

権限の一覧を取得または設定します。

(継承元 AuthorizationRule)

メソッド

Clone()

AuthorizationRuleコピーを作成します。

(継承元 AuthorizationRule)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 AuthorizationRule)
GetHashCode()

このインスタンスのハッシュ コードを返します。

(継承元 AuthorizationRule)
OnValidate()

承認規則を検証するときに、派生クラスがカスタム処理を提供できるようにします。

(継承元 AuthorizationRule)
ValidateRights(IEnumerable<AccessRights>)

指定したアクセス権の有効性を確認します。

(継承元 AuthorizationRule)

適用対象