IWithListenOrSendOrManage<T> Interface

Definition

The stage of the event hub namespace or event hub authorization rule definition allowing to enable listen, send or manage policy.

public interface IWithListenOrSendOrManage<T> : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<T>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithListenOrSendOrManage<'T> = interface
    interface IBeta
    interface IWithListen<'T>
    interface IWithSendOrManage<'T>
    interface IWithSend<'T>
    interface IWithManage<'T>
Public Interface IWithListenOrSendOrManage(Of T)
Implements IBeta, IWithListen(Of T), IWithManage(Of T), IWithSend(Of T), IWithSendOrManage(Of T)

Type Parameters

T

The next stage of the definition.

Derived
Implements

Methods

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