MySqlFlexibleServerSku(String, MySqlFlexibleServerSkuTier) Constructor
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.
Initializes a new instance of MySqlFlexibleServerSku.
public MySqlFlexibleServerSku (string name, Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerSkuTier tier);
new Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerSku : string * Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerSkuTier -> Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerSku
Public Sub New (name As String, tier As MySqlFlexibleServerSkuTier)
Parameters
- name
- String
The name of the sku, e.g. Standard_D32s_v3.
The tier of the particular SKU, e.g. GeneralPurpose.
Exceptions
name
is null.