IWithEventHub.WithNewEventHub Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
WithNewEventHub(String) |
Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres . |
WithNewEventHub(String, Int32) |
Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres . |
WithNewEventHub(String, Int32, Int32) |
Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres . |
WithNewEventHub(String)
Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres .
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
Parámetros
- eventHubName
- String
Nombre del centro de eventos.
Devoluciones
Se aplica a
WithNewEventHub(String, Int32)
Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres .
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
Parámetros
- eventHubName
- String
Nombre del centro de eventos.
- partitionCount
- Int32
Número de particiones en el centro de eventos.
Devoluciones
Se aplica a
WithNewEventHub(String, Int32, Int32)
Especifica que se debe crear un nuevo centro de eventos en el espacio de nombres .
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
Parámetros
- eventHubName
- String
Nombre del centro de eventos.
- partitionCount
- Int32
Número de particiones en el centro de eventos.
- retentionPeriodInDays
- Int32
Período de retención de eventos en días.
Devoluciones
Se aplica a
Azure SDK for .NET