Servers - List Skus For Existing

Lists eligible SKUs for an Analysis Services resource.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/skus?api-version=2017-08-01

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.

Regex pattern: ^[-\w\._\(\)]+$

serverName
path True

string

The name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63.

Regex pattern: ^[a-z][a-z0-9]*$

subscriptionId
path True

string

A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

The client API version.

Responses

Name Type Description
200 OK

SkuEnumerationForExistingResourceResult

OK

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

List eligible SKUs for an existing server

Sample Request

GET https://management.azure.com/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.AnalysisServices/servers/azsdktest/skus?api-version=2017-08-01

Sample Response

{
  "value": [
    {
      "sku": {
        "name": "B1",
        "tier": "Basic"
      }
    },
    {
      "sku": {
        "name": "B2",
        "tier": "Basic"
      }
    },
    {
      "sku": {
        "name": "S0",
        "tier": "Standard"
      }
    },
    {
      "sku": {
        "name": "S1",
        "tier": "Standard"
      }
    },
    {
      "sku": {
        "name": "S2",
        "tier": "Standard"
      }
    },
    {
      "sku": {
        "name": "S3",
        "tier": "Standard"
      }
    },
    {
      "sku": {
        "name": "S4",
        "tier": "Standard"
      }
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Describes the format of Error response.

ResourceSku

Represents the SKU name and Azure pricing tier for Analysis Services resource.

SkuDetailsForExistingResource

An object that represents SKU details for existing resources.

SkuEnumerationForExistingResourceResult

An object that represents enumerating SKUs for existing resources.

SkuTier

The name of the Azure pricing tier to which the SKU applies.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

httpStatusCode

integer

The http status code

message

string

The error message.

subCode

integer

The error sub code

target

string

The error target.

timeStamp

string

the timestamp for the error.

ErrorResponse

Describes the format of Error response.

Name Type Description
error

ErrorDetail

The error object

ResourceSku

Represents the SKU name and Azure pricing tier for Analysis Services resource.

Name Type Default Value Description
capacity

integer

1

The number of instances in the read only query pool.

name

string

Name of the SKU level.

tier

SkuTier

The name of the Azure pricing tier to which the SKU applies.

SkuDetailsForExistingResource

An object that represents SKU details for existing resources.

Name Type Description
resourceType

string

The resource type.

sku

ResourceSku

The SKU in SKU details for existing resources.

SkuEnumerationForExistingResourceResult

An object that represents enumerating SKUs for existing resources.

Name Type Description
value

SkuDetailsForExistingResource[]

The collection of available SKUs for existing resources.

SkuTier

The name of the Azure pricing tier to which the SKU applies.

Name Type Description
Basic

string

Development

string

Standard

string