AuthorizationRule インターフェイス
public interface AuthorizationRule
Service Bus エンティティにアクセスするための承認規則を表します。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
abstract
List<Access |
getAccessRights()
ルールのアクセス権を取得します。 |
abstract String |
getClaimType()
要求の種類を取得します。 |
abstract String |
getClaimValue()
要求値を取得します。 |
abstract
Offset |
getCreatedAt()
このルールが作成された日付を取得します。 |
abstract String |
getKeyName()
承認規則の名前を取得します。 |
abstract
Offset |
getModifiedAt()
このルールが最後に変更された日付を取得します。 |
abstract String |
getPrimaryKey()
主キーを取得します。 |
abstract String |
getSecondaryKey()
セカンダリ キーを取得します。 |
メソッドの詳細
getAccessRights
public abstract List
ルールのアクセス権を取得します。
Returns:
getClaimType
public abstract String getClaimType()
要求の種類を取得します。
Returns:
getClaimValue
public abstract String getClaimValue()
要求値を取得します。
Returns:
getCreatedAt
public abstract OffsetDateTime getCreatedAt()
このルールが作成された日付を取得します。
Returns:
getKeyName
public abstract String getKeyName()
承認規則の名前を取得します。
Returns:
getModifiedAt
public abstract OffsetDateTime getModifiedAt()
このルールが最後に変更された日付を取得します。
Returns:
getPrimaryKey
public abstract String getPrimaryKey()
主キーを取得します。
Returns:
getSecondaryKey
public abstract String getSecondaryKey()
セカンダリ キーを取得します。
Returns:
適用対象
Azure SDK for Java