IBlank Interface

Definition

The first stage of topic authorization rule definition.

public interface IBlank : Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IWithCreate>
type IBlank = interface
    interface IWithListenOrSendOrManage<IWithCreate>
    interface IWithListen<IWithCreate>
    interface IWithSendOrManage<IWithCreate>
    interface IWithSend<IWithCreate>
    interface IWithManage<IWithCreate>
Public Interface IBlank
Implements IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
Derived
Implements

Methods

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

Applies to