PrivateEndpointAuthorizationRule クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[System.Runtime.Serialization.DataContract(Name="PrivateEndpoint", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class PrivateEndpointAuthorizationRule : Microsoft.ServiceBus.Messaging.AuthorizationRule
[<System.Runtime.Serialization.DataContract(Name="PrivateEndpoint", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type PrivateEndpointAuthorizationRule = class
inherit AuthorizationRule
Public NotInheritable Class PrivateEndpointAuthorizationRule
Inherits AuthorizationRule
- 継承
- 属性
コンストラクター
PrivateEndpointAuthorizationRule(String) | |
PrivateEndpointAuthorizationRule(String, UInt32[]) |
フィールド
NameIdentifierClaimType |
名前識別子要求規則。 (継承元 AuthorizationRule) |
RoleClaimType |
ロール ロール要求規則。 (継承元 AuthorizationRule) |
RoleRoleClaimType |
ロール ロール要求規則。 (継承元 AuthorizationRule) |
SharedAccessKeyClaimType |
共有アクセス キー要求規則。 (継承元 AuthorizationRule) |
ShortNameIdentifierClaimType |
短い名前識別子要求規則。 (継承元 AuthorizationRule) |
ShortUpnClaimType |
短い UPN 要求規則。 (継承元 AuthorizationRule) |
UpnClaimType |
UPN 要求規則。 (継承元 AuthorizationRule) |
プロパティ
ClaimType |
クレームの種類を取得または設定します。 (継承元 AuthorizationRule) |
ClaimValue |
'Send'、'Listen'、または 'Manage' のいずれかの要求値を取得または設定します。 (継承元 AuthorizationRule) |
CreatedTime |
承認規則が作成された日時を取得または設定します。 (継承元 AuthorizationRule) |
IssuerName |
発行者の名前識別子を取得または設定します。 (継承元 AuthorizationRule) |
KeyName | |
LinkIds | |
ModifiedTime |
承認規則が変更された日時を取得または設定します。 (継承元 AuthorizationRule) |
Revision |
変更リビジョン番号を取得または設定します。 (継承元 AuthorizationRule) |
Rights |
権限の一覧を取得または設定します。 (継承元 AuthorizationRule) |
メソッド
Clone() | |
Equals(Object) | |
GetHashCode() | |
OnValidate() |
承認規則を検証するときに、派生クラスがカスタム処理を提供できるようにします。 (継承元 AuthorizationRule) |
ValidateRights(IEnumerable<AccessRights>) |
指定したアクセス権の有効性を確認します。 (継承元 AuthorizationRule) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET