Partager via


IUpdate Interface

Définition

L’intégralité de la mise à jour de la règle d’autorisation du hub d’événements.

public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IEventHubAuthorizationRule>
    interface IIndexable
    interface IWithListenOrSendOrManage<IUpdate>
    interface IWithListen<IUpdate>
    interface IWithSendOrManage<IUpdate>
    interface IWithSend<IUpdate>
    interface IWithManage<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IEventHubAuthorizationRule), IBeta, IWithListen(Of IUpdate), IWithListenOrSendOrManage(Of IUpdate), IWithManage(Of IUpdate), IWithSend(Of IUpdate), IWithSendOrManage(Of IUpdate)
Implémente

Propriétés

Key

L’intégralité de la mise à jour de la règle d’autorisation du hub d’événements.

(Hérité de IIndexable)

Méthodes

Apply()

Exécutez la demande de mise à jour.

(Hérité de IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Exécutez la demande de mise à jour de façon asynchrone.

(Hérité de IAppliable<T>)
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 à