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.
|
EventHubNamespace.DefinitionStages.WithCreate withNewEventHub(String eventHubName)
eventHubName - event hub nameEventHubNamespace.DefinitionStages.WithCreate withNewEventHub(String eventHubName, int partitionCount)
eventHubName - event hub namepartitionCount - the number of partitions in the event hubEventHubNamespace.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 © 2020 Microsoft Corporation. All rights reserved.