Sku Class

Definition

SQL pool SKU.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Sku+SkuConverter))]
public class Sku
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Sku+SkuConverter))>]
type Sku = class
Public Class Sku
Inheritance
Sku
Attributes

Constructors

Sku()

Initializes a new instance of Sku.

Properties

Capacity

If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.

Name

The SKU name.

Tier

The service tier.

Applies to