AzureSqlDatabaseAdapter.GetDatabaseSkuName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetDatabaseSkuName(String) | |
GetDatabaseSkuName(String, Boolean) |
Get database sku name based on edition Edition | SkuName GeneralPurpose | GP BusinessCritical | BC Hyperscale | HS Standard | Standard Basic | Basic Premium | Premium Also adds _S in the end of SkuName in case if it is Serverless |
GetDatabaseSkuName(String)
GetDatabaseSkuName(String, Boolean)
Get database sku name based on edition Edition | SkuName GeneralPurpose | GP BusinessCritical | BC Hyperscale | HS Standard | Standard Basic | Basic Premium | Premium
Also adds _S in the end of SkuName in case if it is Serverless
public static string GetDatabaseSkuName (string tier, bool isServerless = false);
static member GetDatabaseSkuName : string * bool -> string
Public Shared Function GetDatabaseSkuName (tier As String, Optional isServerless As Boolean = false) As String
Parameters
- tier
- String
Azure Sql database edition
- isServerless
- Boolean
If sku should be serverless type
Returns
The sku name