Partager via


InstancePoolInner Constructeurs

Définition

Surcharges

InstancePoolInner()

Initialise une nouvelle instance de la classe InstancePoolInner.

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

Initialise une nouvelle instance de la classe InstancePoolInner.

InstancePoolInner()

Initialise une nouvelle instance de la classe InstancePoolInner.

public InstancePoolInner ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe InstancePoolInner.

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)

Paramètres

location
String

Emplacement de la ressource.

subnetId
String

ID de ressource du sous-réseau dans lequel placer ce pool instance.

vCores
Int32

Nombre de vCores appartenant à ce pool instance.

licenseType
InstancePoolLicenseType

Type de licence. Les valeurs possibles sont « LicenseIncluded » (le prix de la licence SQL est inclus) et « BasePrice » (sans prix de licence SQL). Les valeurs possibles sont les suivantes : 'LicenseIncluded', 'BasePrice'

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

Balises de ressource.

sku
Sku

Nom et niveau de la référence SKU.

S’applique à