Freigeben über


InstancePoolInner Konstruktoren

Definition

Überlädt

InstancePoolInner()

Initialisiert eine neue instance der InstancePoolInner-Klasse.

InstancePoolInner(String, String, Int32, InstancePoolLicenseType, String, String, String, IDictionary<String,String>, Sku)

Initialisiert eine neue instance der InstancePoolInner-Klasse.

InstancePoolInner()

Initialisiert eine neue instance der InstancePoolInner-Klasse.

public InstancePoolInner ();
Public Sub New ()

Gilt für:

InstancePoolInner(String, String, Int32, InstancePoolLicenseType, String, String, String, IDictionary<String,String>, Sku)

Initialisiert eine neue instance der InstancePoolInner-Klasse.

public InstancePoolInner (string location, string subnetId, int vCores, Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolLicenseType licenseType, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Sql.Fluent.Models.Sku sku = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolInner : string * string * int * Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolLicenseType * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Sql.Fluent.Models.Sku -> Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolInner
Public Sub New (location As String, subnetId As String, vCores As Integer, licenseType As InstancePoolLicenseType, 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
InstancePoolLicenseType

Der Lizenztyp. Mögliche Werte sind "LicenseIncluded" (Preis für SQL-Lizenz ist inbegriffen) und "BasePrice" (ohne SQL-Lizenzpreis). Mögliche Werte: "LicenseIncluded", "BasePrice"

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

Ressourcentags.

sku
Sku

Der Name und die Ebene der SKU.

Gilt für: