Eventhub Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Eventhub() |
Initialisiert eine neue instance der Eventhub-Klasse. |
Eventhub(String, String, String, String, IList<String>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<EntityStatus>, CaptureDescription, SystemData) |
Initialisiert eine neue instance der Eventhub-Klasse. |
Eventhub()
Initialisiert eine neue instance der Eventhub-Klasse.
public Eventhub ();
Public Sub New ()
Gilt für:
Eventhub(String, String, String, String, IList<String>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<EntityStatus>, CaptureDescription, SystemData)
Initialisiert eine neue instance der Eventhub-Klasse.
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)
Parameter
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z.B. "Microsoft.EventHub/Namespaces" oder "Microsoft.EventHub/Namespaces/EventHubs"
- location
- String
Der geografische Standort, an dem sich die Ressource befindet
Anzahl der Tage zum Beibehalten der Ereignisse für diesen Event Hub, Der Wert sollte 1 bis 7 Tage betragen.
Anzahl der für den Event Hub erstellten Partitionen, zulässige Werte liegen zwischen 1 und 32 Partitionen.
- status
- Nullable<EntityStatus>
Listet die möglichen Werte für die status des Event Hub auf. Mögliche Werte sind: "Active", "Disabled", "Restoring", "SendDisabled", "ReceiveDisabled", "Creating", "Deleting", "Renaming", "Unknown".
- captureDescription
- CaptureDescription
Eigenschaften der Erfassungsbeschreibung
- systemData
- SystemData
Die Systemmetadaten, die sich auf diese Ressource beziehen.
Gilt für:
Azure SDK for .NET