IWithSendOrManage<T> Interface

Definition

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

public interface IWithSendOrManage<T> : Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithManage<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSend<T>
type IWithSendOrManage<'T> = interface
    interface IWithSend<'T>
    interface IWithManage<'T>
Public Interface IWithSendOrManage(Of T)
Implements IWithManage(Of T), IWithSend(Of T)

Type Parameters

T

The next stage of the update.

Derived
Implements

Methods

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

Applies to