IWithEventHub.WithNewEventHub Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithNewEventHub(String) |
Specifies that a new event hub should be created in the namespace. |
WithNewEventHub(String, Int32) |
Specifies that a new event hub should be created in the namespace. |
WithNewEventHub(String, Int32, Int32) |
Specifies that a new event hub should be created in the namespace. |
WithNewEventHub(String)
Specifies that a new event hub should be created in the namespace.
public Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate WithNewEventHub (string eventHubName);
abstract member WithNewEventHub : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate
Public Function WithNewEventHub (eventHubName As String) As IUpdate
Parameters
- eventHubName
- String
Event hub name.
Returns
Applies to
WithNewEventHub(String, Int32)
Specifies that a new event hub should be created in the namespace.
public Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate WithNewEventHub (string eventHubName, int partitionCount);
abstract member WithNewEventHub : string * int -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate
Public Function WithNewEventHub (eventHubName As String, partitionCount As Integer) As IUpdate
Parameters
- eventHubName
- String
Event hub name.
- partitionCount
- Int32
The number of partitions in the event hub.
Returns
Applies to
WithNewEventHub(String, Int32, Int32)
Specifies that a new event hub should be created in the namespace.
public Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate WithNewEventHub (string eventHubName, int partitionCount, int retentionPeriodInDays);
abstract member WithNewEventHub : string * int * int -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate
Public Function WithNewEventHub (eventHubName As String, partitionCount As Integer, retentionPeriodInDays As Integer) As IUpdate
Parameters
- eventHubName
- String
Event hub name.
- partitionCount
- Int32
The number of partitions in the event hub.
- retentionPeriodInDays
- Int32
The retention period for events in days.