Uses of Class
com.azure.resourcemanager.sql.models.Sku
Packages that use Sku
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of Sku in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SkuModifier and TypeMethodDescriptionDatabaseInner.currentSku()Get the currentSku property: The name and tier of the SKU.DatabaseProperties.currentSku()Get the currentSku property: The name and tier of the SKU.DatabaseUpdateProperties.currentSku()Get the currentSku property: The name and tier of the SKU.DatabaseInner.sku()Get the sku property: The database SKU.ElasticPoolInner.sku()Get the sku property: The elastic pool SKU.InstancePoolInner.sku()Get the sku property: The name and tier of the SKU.JobAgentInner.sku()Get the sku property: The name and tier of the SKU.ManagedInstanceInner.sku()Get the sku property: Managed instance SKU.RestorableDroppedDatabaseInner.sku()Get the sku property: The name and tier of the SKU.SyncGroupInner.sku()Get the sku property: The name and capacity of the SKU.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SkuModifier and TypeMethodDescriptionSet the sku property: The database SKU.Set the sku property: The elastic pool SKU.Set the sku property: The name and tier of the SKU.Set the sku property: The name and tier of the SKU.Set the sku property: Managed instance SKU.Set the sku property: The name and tier of the SKU.Set the sku property: The name and capacity of the SKU. -
Uses of Sku in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SkuModifier and TypeMethodDescriptionDatabaseUpdate.currentSku()Get the currentSku property: The name and tier of the SKU.static SkuSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Sku from the JsonReader.DatabaseUpdate.sku()Get the sku property: The name and tier of the SKU.ElasticPoolPerformanceLevelCapability.sku()Get the sku property: The sku.ElasticPoolUpdate.sku()Get the sku property: An ARM Resource SKU.ManagedInstanceUpdate.sku()Get the sku property: Managed instance sku.ServiceObjectiveCapability.sku()Get the sku property: The sku.DatabaseSku.toSku()ElasticPoolSku.toSku()Sku.withCapacity(Integer capacity) Set the capacity property: Capacity of the particular SKU.Sku.withFamily(String family) Set the family property: If the service has different generations of hardware, for the same SKU, then that can be captured here.Set the name property: The name of the SKU, typically, a letter + Number code, e.g.Set the size property: Size of the particular SKU.Set the tier property: The tier or edition of the particular SKU, e.g.Methods in com.azure.resourcemanager.sql.models with parameters of type SkuModifier and TypeMethodDescriptionstatic DatabaseSkuParses a sku to a DatabaseSku instance.static ElasticPoolSkuParses a sku to a ElasticPoolSku instance.Set the sku property: The name and tier of the SKU.Set the sku property: An ARM Resource SKU.Set the sku property: Managed instance sku.Sets the sku for the SQL Database.Sets the sku for the SQL Database.Sets the sku for the SQL Database.Sets the sku for the SQL Elastic Pool.Sets the sku for the SQL Elastic Pool.