public static interface EventHubNamespace.UpdateStages.WithEventHub
| Modifier and Type | Method and Description |
|---|---|
EventHubNamespace.Update |
withNewEventHub(String eventHubName)
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.Update |
withNewEventHub(String eventHubName,
int partitionCount)
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.Update |
withNewEventHub(String eventHubName,
int partitionCount,
int retentionPeriodInDays)
Specifies that a new event hub should be created in the namespace.
|
EventHubNamespace.Update |
withoutEventHub(String eventHubName)
Deletes an event hub in the event hub namespace.
|
EventHubNamespace.Update withNewEventHub(String eventHubName)
eventHubName - event hub nameEventHubNamespace.Update withNewEventHub(String eventHubName, int partitionCount)
eventHubName - event hub namepartitionCount - the number of partitions in the event hubEventHubNamespace.Update 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 daysEventHubNamespace.Update withoutEventHub(String eventHubName)
eventHubName - event hub nameCopyright © 2020 Microsoft Corporation. All rights reserved.