IWithListenOrSendOrManage<T> 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 stage of the Service Bus authorization rule definition allowing to enable listen, send or manage policy.
public interface IWithListenOrSendOrManage<T> : Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithListen<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithManage<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithSend<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithSendOrManage<T>
type IWithListenOrSendOrManage<'T> = interface
interface IWithListen<'T>
interface IWithSendOrManage<'T>
interface IWithSend<'T>
interface IWithManage<'T>
Public Interface IWithListenOrSendOrManage(Of T)
Implements IWithListen(Of T), IWithManage(Of T), IWithSend(Of T), IWithSendOrManage(Of T)
Type Parameters
- T
The next stage of the definition.
- Derived
- Implements
Methods
WithListeningEnabled() | (Inherited from IWithListen<T>) |
WithManagementEnabled() | (Inherited from IWithManage<T>) |
WithSendingEnabled() | (Inherited from IWithSend<T>) |