Partager via


IWithEventHub.WithNewEventHub Méthode

Définition

Surcharges

WithNewEventHub(String)

Spécifie qu’un hub d’événements doit être créé dans l’espace de noms .

WithNewEventHub(String, Int32)

Spécifie qu’un hub d’événements doit être créé dans l’espace de noms .

WithNewEventHub(String, Int32, Int32)

Spécifie qu’un hub d’événements doit être créé dans l’espace de noms .

WithNewEventHub(String)

Spécifie qu’un hub d’événements doit être créé dans l’espace de noms .

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

Paramètres

eventHubName
String

Nom du hub d’événements.

Retours

S’applique à

WithNewEventHub(String, Int32)

Spécifie qu’un hub d’événements doit être créé dans l’espace de noms .

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

Paramètres

eventHubName
String

Nom du hub d’événements.

partitionCount
Int32

Nombre de partitions dans le hub d’événements.

Retours

S’applique à

WithNewEventHub(String, Int32, Int32)

Spécifie qu’un hub d’événements doit être créé dans l’espace de noms .

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

Paramètres

eventHubName
String

Nom du hub d’événements.

partitionCount
Int32

Nombre de partitions dans le hub d’événements.

retentionPeriodInDays
Int32

Période de rétention des événements en jours.

Retours

S’applique à