IQueueAuthorizationRule Interface

Definition

Type representing authorization rule defined for queue.

public interface IQueueAuthorizationRule : 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<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ServiceBus.Fluent.QueueAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRule<Microsoft.Azure.Management.ServiceBus.Fluent.IQueueAuthorizationRule>
type IQueueAuthorizationRule = interface
    interface IAuthorizationRule<IQueueAuthorizationRule>
    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<IQueueAuthorizationRule>
    interface IUpdatable<IUpdate>
Public Interface IQueueAuthorizationRule
Implements IAuthorizationRule(Of IQueueAuthorizationRule), IGroupableResource(Of IServiceBusManager, SharedAccessAuthorizationRuleInner), IHasInner(Of SharedAccessAuthorizationRuleInner), IHasManager(Of IServiceBusManager), IIndependentChild(Of IServiceBusManager), IIndependentChildResource(Of IServiceBusManager, SharedAccessAuthorizationRuleInner), IRefreshable(Of IQueueAuthorizationRule), IUpdatable(Of IUpdate)
Implements

Properties

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Name

Gets the name of the resource

(Inherited from IHasName)
NamespaceName

Gets the name of the namespace that the parent queue belongs to.

QueueName

Gets the name of the parent queue name.

Region (Inherited from IResource)
RegionName (Inherited from IResource)
ResourceGroupName (Inherited from IHasResourceGroup)
Rights

Gets rights associated with the rule.

(Inherited from IAuthorizationRule<RuleT>)
Tags (Inherited from IResource)
Type (Inherited from IResource)

Methods

GetKeys() (Inherited from IAuthorizationRule<RuleT>)
GetKeysAsync(CancellationToken) (Inherited from IAuthorizationRule<RuleT>)
Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RegenerateKey(Policykey)

Regenerates primary or secondary keys.

(Inherited from IAuthorizationRule<RuleT>)
RegenerateKeyAsync(Policykey, CancellationToken)

Regenerates primary or secondary keys.

(Inherited from IAuthorizationRule<RuleT>)
Update() (Inherited from IUpdatable<T>)

Applies to