Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceSku

Package version

interface

An interface representing ResourceSku. Represents the SKU name and Azure pricing tier for Analysis Services resource.

Hierarchy

  • ResourceSku

Index

Properties

Properties

Optional capacity

capacity: undefined | number
member

{number} [capacity] The number of instances in the read only query pool. Default value: 1 .

name

name: string
member

{string} name Name of the SKU level.

Optional tier

tier: SkuTier
member

{SkuTier} [tier] The name of the Azure pricing tier to which the SKU applies. Possible values include: 'Development', 'Basic', 'Standard'

Generated using TypeDoc