ElasticPoolUpdateInner 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
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.
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"
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:
Azure SDK for .NET