IDefinition 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 entirety of the event hub namespace authorization rule definition.
public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithAccessPolicy, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>
type IDefinition = interface
interface IBeta
interface IBlank
interface IWithEventHub
interface IWithAccessPolicy
interface IWithListenOrSendOrManage<IWithCreate>
interface IWithListen<IWithCreate>
interface IWithSendOrManage<IWithCreate>
interface IWithSend<IWithCreate>
interface IWithManage<IWithCreate>
interface IWithCreate
interface ICreatable<IEventHubAuthorizationRule>
interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubAuthorizationRule), IWithAccessPolicy, IWithCreate, IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
- Implements
-
IWithListen<IWithCreate> IWithListen<T> IWithListenOrSendOrManage<IWithCreate> IWithManage<IWithCreate> IWithManage<T> IWithSend<IWithCreate> IWithSend<T> IWithSendOrManage<IWithCreate> IWithSendOrManage<T> IBlank IWithAccessPolicy IWithCreate IWithEventHub IBeta ICreatable<IEventHubAuthorizationRule> IIndexable
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithExistingEventHub(IEventHub) |
Specifies that authorization rule needs to be created for the given event hub. (Inherited from IWithEventHub) |
WithExistingEventHub(String, String, String) |
Specifies that authorization rule needs to be created for the given event hub. (Inherited from IWithEventHub) |
WithExistingEventHubId(String) |
Specifies that authorization rule needs to be created for the given event hub. (Inherited from IWithEventHub) |
WithListenAccess() |
Specifies that the rule should have listening access enabled. (Inherited from IWithListen<T>) |
WithManageAccess() |
Specifies that the rule should have management access enabled. (Inherited from IWithManage<T>) |
WithSendAccess() |
Specifies that the rule should have sending access enabled. (Inherited from IWithSend<T>) |
Applies to
Azure SDK for .NET