Partager via


IDefinition Interface

Définition

Intégralité de la définition de la règle d’autorisation de l’espace de noms event hub.

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)
Implémente

Propriétés

Key

Intégralité de la définition de la règle d’autorisation de l’espace de noms event hub.

(Hérité de IIndexable)
Name

Obtient le nom de la ressource créatable.

(Hérité de ICreatable<T>)

Méthodes

Create()

Exécutez la demande de création.

(Hérité de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles.

(Hérité de ICreatable<T>)
WithExistingEventHub(IEventHub)

Spécifie que la règle d’autorisation doit être créée pour le hub d’événements donné.

(Hérité de IWithEventHub)
WithExistingEventHub(String, String, String)

Spécifie que la règle d’autorisation doit être créée pour le hub d’événements donné.

(Hérité de IWithEventHub)
WithExistingEventHubId(String)

Spécifie que la règle d’autorisation doit être créée pour le hub d’événements donné.

(Hérité de IWithEventHub)
WithListenAccess()

Spécifie que l’accès à l’écoute doit être activé pour la règle.

(Hérité de IWithListen<T>)
WithManageAccess()

Spécifie que l’accès de gestion doit être activé pour la règle.

(Hérité de IWithManage<T>)
WithSendAccess()

Spécifie que l’accès d’envoi doit être activé pour la règle.

(Hérité de IWithSend<T>)

S’applique à