ReadWriteDatabase 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
ReadWriteDatabase() |
Initialisiert eine neue instance der ReadWriteDatabase-Klasse. |
ReadWriteDatabase(String, String, String, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, DatabaseStatistics, Nullable<Boolean>) |
Initialisiert eine neue instance der ReadWriteDatabase-Klasse. |
ReadWriteDatabase()
Initialisiert eine neue instance der ReadWriteDatabase-Klasse.
public ReadWriteDatabase ();
Public Sub New ()
Gilt für:
ReadWriteDatabase(String, String, String, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, DatabaseStatistics, Nullable<Boolean>)
Initialisiert eine neue instance der ReadWriteDatabase-Klasse.
public ReadWriteDatabase (string id = default, string name = default, string type = default, string location = default, string provisioningState = default, TimeSpan? softDeletePeriod = default, TimeSpan? hotCachePeriod = default, Microsoft.Azure.Management.Kusto.Models.DatabaseStatistics statistics = default, bool? isFollowed = default);
new Microsoft.Azure.Management.Kusto.Models.ReadWriteDatabase : string * string * string * string * string * Nullable<TimeSpan> * Nullable<TimeSpan> * Microsoft.Azure.Management.Kusto.Models.DatabaseStatistics * Nullable<bool> -> Microsoft.Azure.Management.Kusto.Models.ReadWriteDatabase
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional provisioningState As String = Nothing, Optional softDeletePeriod As Nullable(Of TimeSpan) = Nothing, Optional hotCachePeriod As Nullable(Of TimeSpan) = Nothing, Optional statistics As DatabaseStatistics = Nothing, Optional isFollowed As Nullable(Of Boolean) = 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.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- location
- String
Ressourcenspeicherort
- provisioningState
- String
Der bereitgestellte Zustand der Ressource. Mögliche Werte: "Running", "Creating", "Deleting", "Succeeded", "Failed", "Moving"
Die Zeit, zu der die Daten aufbewahrt werden sollen, bevor sie für Abfragen in TimeSpan nicht mehr zugänglich sind.
Die Zeit, zu der die Daten im Cache für schnelle Abfragen in TimeSpan gespeichert werden sollen.
- statistics
- DatabaseStatistics
Die Statistiken der Datenbank.
Gilt für:
Azure SDK for .NET