IUpdate Interface

Definition

The entirety of the event hub namespace authorization rule update.

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

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithListenAccess()

Specifies that the rule should have listening access enabled.

(Inherited from IWithListen<T>)
WithManageAccess()

Specifies that the rule should have sending access enabled.

(Inherited from IWithManage<T>)
WithSendAccess()

Specifies that the rule should have sending access enabled.

(Inherited from IWithSend<T>)

Applies to