Partager via


IWithListenOrSendOrManage<T> Interface

Définition

Étape de la mise à jour de l’espace de noms event hub ou de la règle d’autorisation du hub d’événements permettant d’activer la stratégie d’écoute, d’envoi ou de gestion.

public interface IWithListenOrSendOrManage<T> : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListen<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithManage<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSend<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.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 mise à jour.

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 d’envoi 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 à