IDefinition Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A totalidade da definição da regra de autorização do namespace do hub de eventos.
public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithAccessPolicy, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>
type IDefinition = interface
interface IBeta
interface IBlank
interface IWithEventHub
interface IWithAccessPolicy
interface IWithListenOrSendOrManage<IWithCreate>
interface IWithListen<IWithCreate>
interface IWithSendOrManage<IWithCreate>
interface IWithSend<IWithCreate>
interface IWithManage<IWithCreate>
interface IWithCreate
interface ICreatable<IEventHubAuthorizationRule>
interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubAuthorizationRule), IWithAccessPolicy, IWithCreate, IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
- Implementações
-
IWithListen<IWithCreate> IWithListen<T> IWithListenOrSendOrManage<IWithCreate> IWithManage<IWithCreate> IWithManage<T> IWithSend<IWithCreate> IWithSend<T> IWithSendOrManage<IWithCreate> IWithSendOrManage<T> IBlank IWithAccessPolicy IWithCreate IWithEventHub IBeta ICreatable<IEventHubAuthorizationRule> IIndexable
Propriedades
Key |
A totalidade da definição da regra de autorização do namespace do hub de eventos. (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>) |
WithExistingEventHub(IEventHub) |
Especifica que a regra de autorização precisa ser criada para o hub de eventos especificado. (Herdado de IWithEventHub) |
WithExistingEventHub(String, String, String) |
Especifica que a regra de autorização precisa ser criada para o hub de eventos especificado. (Herdado de IWithEventHub) |
WithExistingEventHubId(String) |
Especifica que a regra de autorização precisa ser criada para o hub de eventos especificado. (Herdado de IWithEventHub) |
WithListenAccess() |
Especifica que a regra deve ter o acesso de escuta habilitado. (Herdado de IWithListen<T>) |
WithManageAccess() |
Especifica que a regra deve ter o acesso de gerenciamento habilitado. (Herdado de IWithManage<T>) |
WithSendAccess() |
Especifica que a regra deve ter o acesso de envio habilitado. (Herdado de IWithSend<T>) |
Aplica-se a
Azure SDK for .NET