Servers - List Skus For New

Lists eligible SKUs for Analysis Services resource provider.

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

URI Parameters

Name In Required Type Description
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

SkuEnumerationForNewResourceResult

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 a new server

Sample Request

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

Sample Response

{
  "value": [
    {
      "name": "B1"
    },
    {
      "name": "B2"
    },
    {
      "name": "D1"
    },
    {
      "name": "S0"
    },
    {
      "name": "S1"
    },
    {
      "name": "S2"
    },
    {
      "name": "S3"
    },
    {
      "name": "S4"
    }
  ]
}

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.

SkuEnumerationForNewResourceResult

An object that represents enumerating SKUs for new 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.

SkuEnumerationForNewResourceResult

An object that represents enumerating SKUs for new resources.

Name Type Description
value

ResourceSku[]

The collection of available SKUs for new resources.

SkuTier

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

Name Type Description
Basic

string

Development

string

Standard

string