IWithListenOrSendOrManage<T> Interface

Definition

The stage of the Service Bus authorization rule update allowing to enable listen, send or manage policy.

public interface IWithListenOrSendOrManage<T> : Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithListen<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithManage<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSend<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.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 update.

Derived
Implements

Methods

WithListeningEnabled() (Inherited from IWithListen<T>)
WithManagementEnabled() (Inherited from IWithManage<T>)
WithSendingEnabled() (Inherited from IWithSend<T>)

Applies to