Condividi tramite


IWithEventHub.WithNewEventHub Method

Definition

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.Definition.IWithCreate WithNewEventHub (string eventHubName);
abstract member WithNewEventHub : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate
Public Function WithNewEventHub (eventHubName As String) As IWithCreate

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.Definition.IWithCreate WithNewEventHub (string eventHubName, int partitionCount);
abstract member WithNewEventHub : string * int -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate
Public Function WithNewEventHub (eventHubName As String, partitionCount As Integer) As IWithCreate

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.Definition.IWithCreate WithNewEventHub (string eventHubName, int partitionCount, int retentionPeriodInDays);
abstract member WithNewEventHub : string * int * int -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Definition.IWithCreate
Public Function WithNewEventHub (eventHubName As String, partitionCount As Integer, retentionPeriodInDays As Integer) As IWithCreate

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.

Returns

Applies to