Partilhar via


IWithEventHub.WithNewEventHub Método

Definição

Sobrecargas

WithNewEventHub(String)

Especifica que um novo hub de eventos deve ser criado no namespace .

WithNewEventHub(String, Int32)

Especifica que um novo hub de eventos deve ser criado no namespace .

WithNewEventHub(String, Int32, Int32)

Especifica que um novo hub de eventos deve ser criado no namespace .

WithNewEventHub(String)

Especifica que um novo hub de eventos deve ser criado no 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

Parâmetros

eventHubName
String

Nome do hub de eventos.

Retornos

Aplica-se a

WithNewEventHub(String, Int32)

Especifica que um novo hub de eventos deve ser criado no 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

Parâmetros

eventHubName
String

Nome do hub de eventos.

partitionCount
Int32

O número de partições no hub de eventos.

Retornos

Aplica-se a

WithNewEventHub(String, Int32, Int32)

Especifica que um novo hub de eventos deve ser criado no 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

Parâmetros

eventHubName
String

Nome do hub de eventos.

partitionCount
Int32

O número de partições no hub de eventos.

retentionPeriodInDays
Int32

O período de retenção para eventos em dias.

Retornos

Aplica-se a