InstancePool Class

Definition

An Azure SQL instance pool.

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

Constructors

InstancePool()

Initializes a new instance of the InstancePool class.

InstancePool(String, String, Int32, String, String, String, String, IDictionary<String,String>, Sku)

Initializes a new instance of the InstancePool class.

Properties

Id

Gets resource ID.

(Inherited from Resource)
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

Gets or sets resource location.

(Inherited from TrackedResource)
Name

Gets resource name.

(Inherited from Resource)
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

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets resource type.

(Inherited from Resource)
VCores

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

Methods

Validate()

Validate the object.

Applies to