@Beta(value=V1_7_0)
public static interface EventHubNamespace.DefinitionStages.WithEventHub
| Modifier and Type | Method and Description |
|---|---|
EventHubNamespace.DefinitionStages.WithCreate |
withNewEventHub(String eventHubName)
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.DefinitionStages.WithCreate |
withNewEventHub(String eventHubName,
int partitionCount)
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.DefinitionStages.WithCreate |
withNewEventHub(String eventHubName,
int partitionCount,
int retentionPeriodInDays)
Specifies that a new event hub should be created in the namespace.
|
@Beta(value=V1_7_0) EventHubNamespace.DefinitionStages.WithCreate withNewEventHub(String eventHubName)
eventHubName - event hub name@Beta(value=V1_7_0) EventHubNamespace.DefinitionStages.WithCreate withNewEventHub(String eventHubName, int partitionCount)
eventHubName - event hub namepartitionCount - the number of partitions in the event hub@Beta(value=V1_7_0) EventHubNamespace.DefinitionStages.WithCreate withNewEventHub(String eventHubName, int partitionCount, int retentionPeriodInDays)
eventHubName - event hub namepartitionCount - the number of partitions in the event hubretentionPeriodInDays - the retention period for events in daysCopyright © 2019. All rights reserved.