IUpdate Interface

Definition

The template for a event hub namespace update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithAuthorizationRule, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithEventHub, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithSku, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithThroughputConfiguration, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IEventHubNamespace>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithEventHub
    interface IWithAuthorizationRule
    interface IWithThroughputConfiguration
Public Interface IUpdate
Implements IAppliable(Of IEventHubNamespace), IBeta, IUpdateWithTags(Of IUpdate), IWithAuthorizationRule, IWithEventHub, IWithSku, IWithThroughputConfiguration
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>)
WithAutoScaling()

Enables the scaling up the throughput units automatically based on load.

(Inherited from IWithThroughputConfiguration)
WithCurrentThroughputUnits(Int32)

Specifies the current throughput units.

(Inherited from IWithThroughputConfiguration)
WithNewEventHub(String)

Specifies that a new event hub should be created in the namespace.

(Inherited from IWithEventHub)
WithNewEventHub(String, Int32)

Specifies that a new event hub should be created in the namespace.

(Inherited from IWithEventHub)
WithNewEventHub(String, Int32, Int32)

Specifies that a new event hub should be created in the namespace.

(Inherited from IWithEventHub)
WithNewListenRule(String)

Specifies that a new authorization rule should be created that has listen access to the event hub namespace.

(Inherited from IWithAuthorizationRule)
WithNewManageRule(String)

Specifies that a new authorization rule should be created that has manage access to the event hub namespace.

(Inherited from IWithAuthorizationRule)
WithNewSendRule(String)

Specifies that a new authorization rule should be created that has send access to the event hub namespace.

(Inherited from IWithAuthorizationRule)
WithoutAuthorizationRule(String)

Deletes an authorization rule associated with the event hub namespace.

(Inherited from IWithAuthorizationRule)
WithoutEventHub(String)

Deletes an event hub in the event hub namespace.

(Inherited from IWithEventHub)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithSku(EventHubNamespaceSkuType)

Specifies the namespace sku.

(Inherited from IWithSku)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)
WithThroughputUnitsUpperLimit(Int32)

Specifies the maximum throughput units that auto-scalar is allowed to scale-up.

(Inherited from IWithThroughputConfiguration)

Applies to