Partilhar via


IDefinition Interface

Definição

A totalidade da definição da regra de autorização do tópico.

public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>, 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>, Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IBlank, Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IWithCreate
type IDefinition = interface
    interface IBlank
    interface IWithListenOrSendOrManage<IWithCreate>
    interface IWithListen<IWithCreate>
    interface IWithSendOrManage<IWithCreate>
    interface IWithSend<IWithCreate>
    interface IWithManage<IWithCreate>
    interface IWithCreate
    interface ICreatable<ITopicAuthorizationRule>
    interface IIndexable
Public Interface IDefinition
Implements IBlank, ICreatable(Of ITopicAuthorizationRule), IWithCreate, IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
Implementações

Propriedades

Key

A totalidade da definição da regra de autorização do tópico.

(Herdado de IIndexable)
Name

Obtém o nome do recurso creatável.

(Herdado de ICreatable<T>)

Métodos

Create()

Execute a solicitação de criação.

(Herdado de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Coloca a solicitação na fila e permite que o cliente HTTP a execute quando os recursos do sistema estiverem disponíveis.

(Herdado de ICreatable<T>)
WithListeningEnabled()

A totalidade da definição da regra de autorização do tópico.

(Herdado de IWithListen<T>)
WithManagementEnabled()

A totalidade da definição da regra de autorização do tópico.

(Herdado de IWithManage<T>)
WithSendingEnabled()

A totalidade da definição da regra de autorização do tópico.

(Herdado de IWithSend<T>)

Aplica-se a