InstancePoolInner Constructors

Definition

Overloads

InstancePoolInner()

Initializes a new instance of the InstancePoolInner class.

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

Initializes a new instance of the InstancePoolInner class.

InstancePoolInner()

Initializes a new instance of the InstancePoolInner class.

public InstancePoolInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the InstancePoolInner class.

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)

Parameters

location
String

Resource location.

subnetId
String

Resource ID of the subnet to place this instance pool in.

vCores
Int32

Count of vCores belonging to this instance pool.

licenseType
InstancePoolLicenseType

The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price). Possible values include: 'LicenseIncluded', 'BasePrice'

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

Resource tags.

sku
Sku

The name and tier of the SKU.

Applies to