Compartir a través de


IDefinition Interfaz

Definición

La totalidad de la definición de la regla de autorización del espacio de nombres del centro de eventos.

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithAccessPolicy, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithNamespace
    interface IWithAccessPolicy
    interface IWithListenOrSendOrManage<IWithCreate>
    interface IWithListen<IWithCreate>
    interface IWithSendOrManage<IWithCreate>
    interface IWithSend<IWithCreate>
    interface IWithManage<IWithCreate>
    interface IWithCreate
    interface ICreatable<IEventHubNamespaceAuthorizationRule>
    interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubNamespaceAuthorizationRule), IWithAccessPolicy, IWithCreate, IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
Implementaciones

Propiedades

Key

La totalidad de la definición de la regla de autorización del espacio de nombres del centro de eventos.

(Heredado de IIndexable)
Name

Obtiene el nombre del recurso que se puede crear.

(Heredado de ICreatable<T>)

Métodos

Create()

Ejecute la solicitud de creación.

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

Coloca la solicitud en la cola y permite que el cliente HTTP lo ejecute cuando los recursos del sistema estén disponibles.

(Heredado de ICreatable<T>)
WithExistingNamespace(IEventHubNamespace)

Especifica que es necesario crear una regla de autorización para el espacio de nombres del centro de eventos determinado.

(Heredado de IWithNamespace)
WithExistingNamespace(String, String)

Especifica que es necesario crear una regla de autorización para el espacio de nombres del centro de eventos determinado.

(Heredado de IWithNamespace)
WithExistingNamespaceId(String)

Especifica que es necesario crear una regla de autorización para el espacio de nombres del centro de eventos determinado.

(Heredado de IWithNamespace)
WithListenAccess()

Especifica que la regla debe tener habilitado el acceso de escucha.

(Heredado de IWithListen<T>)
WithManageAccess()

Especifica que la regla debe tener habilitado el acceso de administración.

(Heredado de IWithManage<T>)
WithSendAccess()

Especifica que la regla debe tener habilitado el acceso de envío.

(Heredado de IWithSend<T>)

Se aplica a