Freigeben über


ElasticPoolUpdateInner Konstruktoren

Definition

Überlädt

ElasticPoolUpdateInner()

Initialisiert eine neue instance der ElasticPoolUpdateInner-Klasse.

ElasticPoolUpdateInner(String, String, String, IDictionary<String, String>, Nullable<DateTime>, ElasticPoolState, ElasticPoolEdition, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)

Initialisiert eine neue instance der ElasticPoolUpdateInner-Klasse.

ElasticPoolUpdateInner()

Initialisiert eine neue instance der ElasticPoolUpdateInner-Klasse.

public ElasticPoolUpdateInner ();
Public Sub New ()

Gilt für:

ElasticPoolUpdateInner(String, String, String, IDictionary<String, String>, Nullable<DateTime>, ElasticPoolState, ElasticPoolEdition, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)

Initialisiert eine neue instance der ElasticPoolUpdateInner-Klasse.

public ElasticPoolUpdateInner (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? creationDate = default, Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolState state = default, Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition edition = default, int? dtu = default, int? databaseDtuMax = default, int? databaseDtuMin = default, int? storageMB = default, bool? zoneRedundant = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolUpdateInner : string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolState * Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolUpdateInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional state As ElasticPoolState = Nothing, Optional edition As ElasticPoolEdition = Nothing, Optional dtu As Nullable(Of Integer) = Nothing, Optional databaseDtuMax As Nullable(Of Integer) = Nothing, Optional databaseDtuMin As Nullable(Of Integer) = Nothing, Optional storageMB As Nullable(Of Integer) = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing)

Parameter

id
String
name
String
type
String
tags
IDictionary<String,String>

Ressourcentags.

creationDate
Nullable<DateTime>

Das Erstellungsdatum des Pools für elastische Datenbanken (ISO8601-Format).

state
ElasticPoolState

Der Zustand des Pools für elastische Datenbanken. Mögliche Werte: "Creating", "Ready", "Disabled"

edition
ElasticPoolEdition

Die Edition des Pools für elastische Datenbanken. Mögliche Werte: "Basic", "Standard", "Premium", "GeneralPurpose", "BusinessCritical"

dtu
Nullable<Int32>

Die Gesamtanzahl der freigegebenen DTU für den Pool für elastische Datenbanken.

databaseDtuMax
Nullable<Int32>

Die maximale DTU, die eine Datenbank nutzen kann.

databaseDtuMin
Nullable<Int32>

Die Mindest-DTU für alle Datenbanken ist garantiert.

storageMB
Nullable<Int32>

Ruft das Speicherlimit für den Pool für elastische Datenbanken in MB ab.

zoneRedundant
Nullable<Boolean>

Unabhängig davon, ob dieser Pool für elastische Datenbanken zonenredundant ist, d. h. die Replikate dieser Datenbank werden auf mehrere Verfügbarkeitszonen verteilt.

Gilt für: