InstancePool 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
InstancePool() |
Initialisiert eine neue instance der InstancePool-Klasse. |
InstancePool(String, String, Int32, String, String, String, String, IDictionary<String,String>, Sku) |
Initialisiert eine neue instance der InstancePool-Klasse. |
InstancePool()
Initialisiert eine neue instance der InstancePool-Klasse.
public InstancePool ();
Public Sub New ()
Gilt für:
InstancePool(String, String, Int32, String, String, String, String, IDictionary<String,String>, Sku)
Initialisiert eine neue instance der InstancePool-Klasse.
public InstancePool (string location, string subnetId, int vCores, string licenseType, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Sql.Models.Sku sku = default);
new Microsoft.Azure.Management.Sql.Models.InstancePool : string * string * int * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Sql.Models.Sku -> Microsoft.Azure.Management.Sql.Models.InstancePool
Public Sub New (location As String, subnetId As String, vCores As Integer, licenseType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing)
Parameter
- location
- String
Ressourcenspeicherort
- subnetId
- String
Ressourcen-ID des Subnetzes, in dem dieser instance Pool platziert werden soll.
- vCores
- Int32
Anzahl der virtuellen Kerne, die zu diesem instance Pool gehören.
- licenseType
- String
Der Lizenztyp. Mögliche Werte sind "LicenseIncluded" (Preis für die SQL-Lizenz ist enthalten) und "BasePrice" (ohne SQL-Lizenzpreis). Mögliche Werte: "LicenseIncluded", "BasePrice"
- id
- String
Ressourcen-ID
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- tags
- IDictionary<String,String>
Ressourcentags.
- sku
- Sku
Der Name und die Ebene der SKU.
Gilt für:
Azure SDK for .NET