Partager via


IWithListenOrSendOrManage<T> Interface

Définition

Étape de la définition de la règle d’autorisation event hub ou de l’espace de noms event hub permettant d’activer l’écoute, l’envoi ou la gestion de la stratégie.

public interface IWithListenOrSendOrManage<T> : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<T>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithListenOrSendOrManage<'T> = interface
    interface IBeta
    interface IWithListen<'T>
    interface IWithSendOrManage<'T>
    interface IWithSend<'T>
    interface IWithManage<'T>
Public Interface IWithListenOrSendOrManage(Of T)
Implements IBeta, IWithListen(Of T), IWithManage(Of T), IWithSend(Of T), IWithSendOrManage(Of T)

Paramètres de type

T

Étape suivante de la définition.

Dérivé
Implémente

Méthodes

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 à la 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 à