@Beta(value=V1_7_0)
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.
|
@Beta(value=V1_7_0) EventHubNamespace.Update withNewEventHub(String eventHubName)
eventHubName
- event hub name@Beta(value=V1_7_0) EventHubNamespace.Update withNewEventHub(String eventHubName, int partitionCount)
eventHubName
- event hub namepartitionCount
- the number of partitions in the event hub@Beta(value=V1_7_0) EventHubNamespace.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 days@Beta(value=V1_7_0) EventHubNamespace.Update withoutEventHub(String eventHubName)
eventHubName
- event hub nameCopyright © 2019. All rights reserved.