InstancePoolInner Class

Definition

An Azure SQL instance pool.

[Microsoft.Rest.Serialization.JsonTransformation]
public class InstancePoolInner : Microsoft.Azure.Management.Sql.Fluent.Models.TrackedResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type InstancePoolInner = class
    inherit TrackedResourceInner
Public Class InstancePoolInner
Inherits TrackedResourceInner
Inheritance
Attributes

Constructors

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.

Properties

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
LicenseType

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

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Sku

Gets or sets the name and tier of the SKU.

SubnetId

Gets or sets resource ID of the subnet to place this instance pool in.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VCores

Gets or sets count of vCores belonging to this instance pool.

Methods

Validate()

Validate the object.

Applies to