你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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