Uses of Interface
com.microsoft.azure.management.eventhub.EventHubNamespace.Update
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubNamespace.Update in com.microsoft.azure.management.eventhub
Modifier and TypeMethodDescriptionEventHubNamespace.UpdateStages.WithThroughputConfiguration.withAutoScaling()
Enables the scaling up the throughput units automatically based on load.EventHubNamespace.UpdateStages.WithThroughputConfiguration.withCurrentThroughputUnits
(int units) Specifies the current throughput units.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub
(String eventHubName) Specifies that a new event hub should be created in the namespace.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub
(String eventHubName, int partitionCount) Specifies that a new event hub should be created in the namespace.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub
(String eventHubName, int partitionCount, int retentionPeriodInDays) Specifies that a new event hub should be created in the namespace.EventHubNamespace.UpdateStages.WithAuthorizationRule.withNewListenRule
(String ruleName) Specifies that a new authorization rule should be created that has listen access to the event hub namespace.EventHubNamespace.UpdateStages.WithAuthorizationRule.withNewManageRule
(String ruleName) Specifies that a new authorization rule should be created that has manage access to the event hub namespace.EventHubNamespace.UpdateStages.WithAuthorizationRule.withNewSendRule
(String ruleName) Specifies that a new authorization rule should be created that has send access to the event hub namespace.EventHubNamespace.UpdateStages.WithAuthorizationRule.withoutAuthorizationRule
(String ruleName) Deletes an authorization rule associated with the event hub namespace.EventHubNamespace.UpdateStages.WithEventHub.withoutEventHub
(String eventHubName) Deletes an event hub in the event hub namespace.EventHubNamespace.UpdateStages.WithSku.withSku
(EventHubNamespaceSkuType namespaceSku) Specifies the namespace sku.EventHubNamespace.UpdateStages.WithThroughputConfiguration.withThroughputUnitsUpperLimit
(int units) Specifies the maximum throughput units that auto-scalar is allowed to scale-up.