EventHubNamespace.Update |
EventHubNamespace.UpdateStages.WithThroughputConfiguration.withAutoScaling() |
Enables the scaling up the throughput units automatically based on load.
|
EventHubNamespace.Update |
EventHubNamespace.UpdateStages.WithThroughputConfiguration.withCurrentThroughputUnits(int units) |
Specifies the current throughput units.
|
EventHubNamespace.Update |
EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName) |
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.Update |
EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName,
int partitionCount) |
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.Update |
EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName,
int partitionCount,
int retentionPeriodInDays) |
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.Update |
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.Update |
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.Update |
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.Update |
EventHubNamespace.UpdateStages.WithAuthorizationRule.withoutAuthorizationRule(String ruleName) |
Deletes an authorization rule associated with the event hub namespace.
|
EventHubNamespace.Update |
EventHubNamespace.UpdateStages.WithEventHub.withoutEventHub(String eventHubName) |
Deletes an event hub in the event hub namespace.
|
EventHubNamespace.Update |
EventHubNamespace.UpdateStages.WithSku.withSku(EventHubNamespaceSkuType namespaceSku) |
Specifies the namespace sku.
|
EventHubNamespace.Update |
EventHubNamespace.UpdateStages.WithThroughputConfiguration.withThroughputUnitsUpperLimit(int units) |
Specifies the maximum throughput units that auto-scalar is allowed to scale-up.
|