IWithSendOrManage<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 send or manage policy.
public interface IWithSendOrManage<T> : Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithManage<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.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 definition.
- Derived
- Implements
Methods
WithManagementEnabled() | (Inherited from IWithManage<T>) |
WithSendingEnabled() | (Inherited from IWithSend<T>) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET