INamespaceAuthorizationRule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type representing authorization rule defined for namespace.
public interface INamespaceAuthorizationRule : 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.INamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRule<Microsoft.Azure.Management.ServiceBus.Fluent.INamespaceAuthorizationRule>
type INamespaceAuthorizationRule = interface
interface IAuthorizationRule<INamespaceAuthorizationRule>
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<INamespaceAuthorizationRule>
interface IUpdatable<IUpdate>
Public Interface INamespaceAuthorizationRule
Implements IAuthorizationRule(Of INamespaceAuthorizationRule), IGroupableResource(Of IServiceBusManager, SharedAccessAuthorizationRuleInner), IHasInner(Of SharedAccessAuthorizationRuleInner), IHasManager(Of IServiceBusManager), IIndependentChild(Of IServiceBusManager), IIndependentChildResource(Of IServiceBusManager, SharedAccessAuthorizationRuleInner), IRefreshable(Of INamespaceAuthorizationRule), IUpdatable(Of IUpdate)
- Implements
-
IGroupableResource<IServiceBusManager,SharedAccessAuthorizationRuleInner> IHasInner<SharedAccessAuthorizationRuleInner> IHasManager<IServiceBusManager> IIndependentChild<IServiceBusManager> IIndependentChildResource<IServiceBusManager,SharedAccessAuthorizationRuleInner> IRefreshable<INamespaceAuthorizationRule> IUpdatable<IUpdate> IAuthorizationRule<INamespaceAuthorizationRule>
Remarks
(Beta: This functionality is in preview and as such is subject to change in non-backwards compatible ways in future releases, including removal, regardless of any compatibility expectations set by the containing library version number.).
Properties
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
NamespaceName |
Gets the name of the parent namespace name. |
Rights |
Gets rights associated with the rule. (Inherited from IAuthorizationRule<RuleT>) |
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>) |