EventhubInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
EventhubInner() |
Inicializa uma nova instância da classe EventhubInner. |
EventhubInner(String, String, String, IList<String>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<EntityStatus>, CaptureDescription) |
Inicializa uma nova instância da classe EventhubInner. |
EventhubInner()
Inicializa uma nova instância da classe EventhubInner.
public EventhubInner ();
Public Sub New ()
Aplica-se a
EventhubInner(String, String, String, IList<String>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<EntityStatus>, CaptureDescription)
Inicializa uma nova instância da classe EventhubInner.
public EventhubInner (string id = default, string name = default, string type = default, System.Collections.Generic.IList<string> partitionIds = default, DateTime? createdAt = default, DateTime? updatedAt = default, long? messageRetentionInDays = default, long? partitionCount = default, Microsoft.Azure.Management.EventHub.Fluent.Models.EntityStatus? status = default, Microsoft.Azure.Management.EventHub.Fluent.Models.CaptureDescription captureDescription = default);
new Microsoft.Azure.Management.EventHub.Fluent.Models.EventhubInner : string * string * string * System.Collections.Generic.IList<string> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<Microsoft.Azure.Management.EventHub.Fluent.Models.EntityStatus> * Microsoft.Azure.Management.EventHub.Fluent.Models.CaptureDescription -> Microsoft.Azure.Management.EventHub.Fluent.Models.EventhubInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type 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)
Parâmetros
- id
- String
- name
- String
- type
- String
Número de dias para reter os eventos deste Hub de Eventos, o valor deve ser de 1 a 7 dias
Número de partições criadas para o Hub de Eventos, os valores permitidos são de 1 a 32 partições.
- status
- Nullable<EntityStatus>
Enumera os valores possíveis para o status do Hub de Eventos. Os valores possíveis incluem: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown'
- captureDescription
- CaptureDescription
Propriedades da descrição da captura
Aplica-se a
Azure SDK for .NET