Compartir a través de


Eventhub Constructores

Definición

Sobrecargas

Eventhub()

Inicializa una nueva instancia de la clase Eventhub.

Eventhub(String, String, String, String, IList<String>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<EntityStatus>, CaptureDescription, SystemData)

Inicializa una nueva instancia de la clase Eventhub.

Eventhub()

Inicializa una nueva instancia de la clase Eventhub.

public Eventhub ();
Public Sub New ()

Se aplica a

Eventhub(String, String, String, String, IList<String>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<EntityStatus>, CaptureDescription, SystemData)

Inicializa una nueva instancia de la clase Eventhub.

public Eventhub (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IList<string> partitionIds = default, DateTime? createdAt = default, DateTime? updatedAt = default, long? messageRetentionInDays = default, long? partitionCount = default, Microsoft.Azure.Management.EventHub.Models.EntityStatus? status = default, Microsoft.Azure.Management.EventHub.Models.CaptureDescription captureDescription = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventHub.Models.Eventhub : string * string * string * string * System.Collections.Generic.IList<string> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<Microsoft.Azure.Management.EventHub.Models.EntityStatus> * Microsoft.Azure.Management.EventHub.Models.CaptureDescription * Microsoft.Azure.Management.EventHub.Models.SystemData -> Microsoft.Azure.Management.EventHub.Models.Eventhub
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional partitionIds As IList(Of String) = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional messageRetentionInDays As Nullable(Of Long) = Nothing, Optional partitionCount As Nullable(Of Long) = Nothing, Optional status As Nullable(Of EntityStatus) = Nothing, Optional captureDescription As CaptureDescription = Nothing, Optional systemData As SystemData = Nothing)

Parámetros

id
String

Identificador de recurso completo del recurso. Por ejemplo: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Nombre del recurso.

type
String

Tipo de recurso. Por ejemplo, "Microsoft.EventHub/Namespaces" o "Microsoft.EventHub/Namespaces/EventHubs"

location
String

Ubicación geográfica donde reside el recurso

partitionIds
IList<String>

Número actual de particiones en el centro de eventos.

createdAt
Nullable<DateTime>

Hora exacta en que se creó el centro de eventos.

updatedAt
Nullable<DateTime>

Hora exacta en que se actualizó el mensaje.

messageRetentionInDays
Nullable<Int64>

Número de días para conservar los eventos de este centro de eventos, el valor debe ser de 1 a 7 días.

partitionCount
Nullable<Int64>

Número de particiones creadas para el centro de eventos, los valores permitidos son de 1 a 32 particiones.

status
Nullable<EntityStatus>

Enumera los valores posibles para el estado del centro de eventos. Entre los valores posibles se incluyen: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown'

captureDescription
CaptureDescription

Propiedades de la descripción de captura

systemData
SystemData

Metadatos del sistema relacionados con este recurso.

Se aplica a