IAuthorizationRule<RuleT> 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.
The base type representing authorization rule of event hub namespace and event hub.
public interface IAuthorizationRule<RuleT> : Microsoft.Azure.Management.Eventhub.Fluent.INestedResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.AuthorizationRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<RuleT>
type IAuthorizationRule<'RuleT> = interface
interface IBeta
interface INestedResource
interface IIndexable
interface IHasId
interface IHasInner<AuthorizationRuleInner>
interface IHasManager<IEventHubManager>
interface IRefreshable<'RuleT>
Public Interface IAuthorizationRule(Of RuleT)
Implements IBeta, IHasId, IHasInner(Of AuthorizationRuleInner), IHasManager(Of IEventHubManager), IIndexable, INestedResource, IRefreshable(Of RuleT)
Type Parameters
- RuleT
The specific authorization rule type.
- Derived
- Implements
-
INestedResource IBeta IHasId IHasInner<AuthorizationRuleInner> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager> IIndexable IRefreshable<RuleT>
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 resource name. (Inherited from INestedResource) |
Rights |
Gets rights associated with the authorization rule. |
Type |
Gets the resource type. (Inherited from INestedResource) |
Methods
GetKeys() | |
GetKeysAsync(CancellationToken) | |
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(KeyType) |
Regenerates primary or secondary keys. |
RegenerateKeyAsync(KeyType, CancellationToken) |
Regenerates primary or secondary access keys. |
Applies to
Azure SDK for .NET