| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubNamespace.Definition
The entirety of the event hub namespace definition.
|
| Modifier and Type | Method and Description |
|---|---|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithThroughputConfiguration.withAutoScaling()
Enables the scaling up the throughput units automatically based on load.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithThroughputConfiguration.withCurrentThroughputUnits(int units)
Specifies the current throughput units.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithEventHub.withNewEventHub(String eventHubName)
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithEventHub.withNewEventHub(String eventHubName,
int partitionCount)
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithEventHub.withNewEventHub(String eventHubName,
int partitionCount,
int retentionPeriodInDays)
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithAuthorizationRule.withNewListenRule(String ruleName)
Specifies that a new authorization rule should be created that has listen access to the event hub namespace.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithAuthorizationRule.withNewManageRule(String ruleName)
Specifies that a new authorization rule should be created that has manage access to the event hub namespace.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithAuthorizationRule.withNewSendRule(String ruleName)
Specifies that a new authorization rule should be created that has send access to the event hub namespace.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithSku.withSku(EventHubNamespaceSkuType namespaceSku)
Specifies the namespace sku.
|
EventHubNamespace.DefinitionStages.WithCreate |
EventHubNamespace.DefinitionStages.WithThroughputConfiguration.withThroughputUnitsUpperLimit(int units)
Specifies the maximum throughput units that auto-scalar is allowed to scale-up.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/