List Service Objective Dimension Settings (classic)

 

THIS TOPIC APPLIES TO: noSQL Server yesAzure SQL DatabaseyesAzure SQL Data Warehouse noParallel Data Warehouse

Gets service objective dimension settings for a Microsoft Azure SQL Database Server.

Important

The recommended REST commands to work with SQL Database are the Resource Manager based Azure SQL Database REST API. While there is no change to SQL Database, be aware that the classic deployment model command in this article is scheduled for deprecation on December 1, 2019. For a table providing links to the specific new commands you should use, see Operations for Azure SQL Databases.

Request

The List Service Objective Dimension Settings request must be specified as follows:

  • Replace {subscriptionId} with your subscription ID.

  • Replace {serverName} with the name of the server with the service objective dimension settings you want to list.

Method Request URI HTTP Version
GET https://management.core.windows.net:8443/{subscriptionId}/services/sqlservers/servers/{serverName}/dimensionsettings HTTP/1.1

If there is a communication error or internal server error, you can check the status of the operation using List Servers (classic).

URI Parameters

None.

Request Headers

The following table describes the required and optional request headers:

Request Header Description
x-ms-version Required. Specifies the version of the operation to use for this request. This header should be set to 2012-03-01.

Request Body

None.

Response

The response includes an HTTP status code, a set of response headers, and a response body.

Status Code

Response Headers

The response for this operation includes the following headers. The response may also include additional standard HTTP headers. All standard headers conform to the HTTP/1.1 protocol specification.

Response Header Description
x-ms-request-id A value that uniquely identifies a request made against the database management service. This request id is used for request tracking. If a failure occurs that requires the user to contact Microsoft Support, the request id should be provided to Microsoft to assist in tracking and resolving the failure for the request.

Response Body

The following is an example response body:

<ServiceResources xmlns="https://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">  
  <ServiceResource>  
    <Name>S0</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/e3dbbb0b-df82-44fd-b742-425e2a491091</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>e3dbbb0b-df82-44fd-b742-425e2a491091</Id>  
    <Description>Standard S0 resource allocation.</Description>  
    <Ordinal>4</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>P3 deprecated</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/8efe7983-8e31-4ddb-82d2-5c00e4f48631</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>8efe7983-8e31-4ddb-82d2-5c00e4f48631</Id>  
    <Description>Premium P3 deprecated resource allocation.</Description>  
    <Ordinal>10</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>P2</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/b15e89f1-02b5-4618-b44d-75d37261b94b</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>b15e89f1-02b5-4618-b44d-75d37261b94b</Id>  
    <Description>Premium P2 resource allocation.</Description>  
    <Ordinal>8</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>P1</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/765fbda3-73c9-4fad-996e-7c0e4e219f68</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>765fbda3-73c9-4fad-996e-7c0e4e219f68</Id>  
    <Description>Premium P1 resource allocation.</Description>  
    <Ordinal>7</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>System</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/5b1e7ca2-f1c8-4da8-bb42-7ebe94a92609</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>5b1e7ca2-f1c8-4da8-bb42-7ebe94a92609</Id>  
    <Description>Used for master database only.</Description>  
    <Ordinal>1</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>Shared</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/22467ff6-6823-4d18-a169-913150e7714f</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>22467ff6-6823-4d18-a169-913150e7714f</Id>  
    <Description>Shared resource allocation.</Description>  
    <Ordinal>2</Ordinal>  
    <IsDefault>True</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>S1</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/2e9b7ede-a777-4244-945c-9f319b1cec02</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>2e9b7ede-a777-4244-945c-9f319b1cec02</Id>  
    <Description>Standard S1 resource allocation.</Description>  
    <Ordinal>5</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>S2</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/a6929526-f04f-48d2-8c46-babe799f2192</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>a6929526-f04f-48d2-8c46-babe799f2192</Id>  
    <Description>Standard S2 resource allocation.</Description>  
    <Ordinal>6</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>Basic</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/3a2b7a50-065b-4c55-921d-c0ca49e174d3</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>3a2b7a50-065b-4c55-921d-c0ca49e174d3</Id>  
    <Description>Basic resource allocation.</Description>  
    <Ordinal>3</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  <ServiceResource>  
    <Name>P3</Name>  
    <Type>Microsoft.SqlAzure.DimensionSetting</Type>  
    <State>Normal</State>  
    <SelfLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw/dimensionsettings/c4da00a1-df48-4f87-930e-dbc170fe1cef</SelfLink>  
    <ParentLink>https://management.core.windows.net:8443/6705f9ad-647a-4e35-8e92-07669281dd0c/services/sqlservers/servers/ynoc2912vw</ParentLink>  
    <Id>c4da00a1-df48-4f87-930e-dbc170fe1cef</Id>  
    <Description>Premium P3 resource allocation.</Description>  
    <Ordinal>9</Ordinal>  
    <IsDefault>False</IsDefault>  
  </ServiceResource>  
  

The following table describes the elements in the response body:

Element Name Description
Name The name of the dimension setting.
Type The type of the service resource; Microsoft.SqlAzure.DimensionSetting.
State The state of the service resource.
SelfLink The URI identifier for this service resource.
ParentLink The URI identifier for the parent of this resource (the server).
Id The identifier for this service resource.
Description A detailed description.
Ordinal Specifies the ordinal position of this dimension setting.
IsDefault Specifies if this is the default dimension setting.

See Also

Common REST API Error Codes
Azure SQL Database
Operations for Azure SQL Databases
Azure SQL Database Cmdlets