Partager via


IWithEventHub.WithNewEventHub Méthode

Définition

Surcharges

WithNewEventHub(String)

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

WithNewEventHub(String, Int32)

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

WithNewEventHub(String, Int32, Int32)

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

WithNewEventHub(String)

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

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

Paramètres

eventHubName
String

Nom du hub d’événements.

Retours

S’applique à

WithNewEventHub(String, Int32)

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

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

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 nouveau hub d’événements doit être créé dans l’espace de noms.

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

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 à