Freigeben über


ReadWriteDatabase Konstruktoren

Definition

Ü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"

softDeletePeriod
Nullable<TimeSpan>

Die Zeit, zu der die Daten aufbewahrt werden sollen, bevor sie für Abfragen in TimeSpan nicht mehr zugänglich sind.

hotCachePeriod
Nullable<TimeSpan>

Die Zeit, zu der die Daten im Cache für schnelle Abfragen in TimeSpan gespeichert werden sollen.

statistics
DatabaseStatistics

Die Statistiken der Datenbank.

isFollowed
Nullable<Boolean>

Gibt an, ob der Datenbank gefolgt wird.

Gilt für: