次の方法で共有


IAuthorizationRule<RuleT> インターフェイス

定義

承認規則を表す型。

public interface IAuthorizationRule<RuleT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager,Microsoft.Azure.Management.ServiceBus.Fluent.Models.SharedAccessAuthorizationRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.Models.SharedAccessAuthorizationRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IIndependentChild<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IIndependentChildResource<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager,Microsoft.Azure.Management.ServiceBus.Fluent.Models.SharedAccessAuthorizationRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<RuleT>
type IAuthorizationRule<'RuleT> = interface
    interface IIndependentChildResource<IServiceBusManager, SharedAccessAuthorizationRuleInner>
    interface IGroupableResource<IServiceBusManager, SharedAccessAuthorizationRuleInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IServiceBusManager>
    interface IHasInner<SharedAccessAuthorizationRuleInner>
    interface IIndependentChild<IServiceBusManager>
    interface IRefreshable<'RuleT>
Public Interface IAuthorizationRule(Of RuleT)
Implements IGroupableResource(Of IServiceBusManager, SharedAccessAuthorizationRuleInner), IHasInner(Of SharedAccessAuthorizationRuleInner), IHasManager(Of IServiceBusManager), IIndependentChild(Of IServiceBusManager), IIndependentChildResource(Of IServiceBusManager, SharedAccessAuthorizationRuleInner), IRefreshable(Of RuleT)

型パラメーター

RuleT

特定のルールの種類。

派生
実装

プロパティ

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

承認規則を表す型。

(継承元 IHasInner<T>)
Key

承認規則を表す型。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)
Region

承認規則を表す型。

(継承元 IResource)
RegionName

承認規則を表す型。

(継承元 IResource)
ResourceGroupName

承認規則を表す型。

(継承元 IHasResourceGroup)
Rights

ルールに関連付けられている権限を取得します。

Tags

承認規則を表す型。

(継承元 IResource)
Type

承認規則を表す型。

(継承元 IResource)

メソッド

GetKeys()

承認規則を表す型。

GetKeysAsync(CancellationToken)

承認規則を表す型。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RegenerateKey(Policykey)

プライマリ キーまたはセカンダリ キーを再生成します。

RegenerateKeyAsync(Policykey, CancellationToken)

プライマリ キーまたはセカンダリ キーを再生成します。

適用対象