Uses of Class
com.azure.resourcemanager.sql.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 Sku Modifier and Type Method Description SkuDatabaseInner. currentSku()Get the currentSku property: The name and tier of the SKU.SkuDatabaseInner. sku()Get the sku property: The database SKU.SkuElasticPoolInner. sku()Get the sku property: The elastic pool SKU.SkuInstancePoolInner. sku()Get the sku property: The name and tier of the SKU.SkuJobAgentInner. sku()Get the sku property: The name and tier of the SKU.SkuManagedInstanceInner. sku()Get the sku property: Managed instance SKU.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type Sku Modifier and Type Method Description DatabaseInnerDatabaseInner. withSku(Sku sku)Set the sku property: The database SKU.ElasticPoolInnerElasticPoolInner. withSku(Sku sku)Set the sku property: The elastic pool SKU.InstancePoolInnerInstancePoolInner. withSku(Sku sku)Set the sku property: The name and tier of the SKU.JobAgentInnerJobAgentInner. withSku(Sku sku)Set the sku property: The name and tier of the SKU.ManagedInstanceInnerManagedInstanceInner. withSku(Sku sku)Set the sku property: Managed instance SKU. -
Uses of Sku in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return Sku Modifier and Type Method Description SkuDatabaseUpdate. currentSku()Get the currentSku property: The name and tier of the SKU.SkuDatabaseUpdate. sku()Get the sku property: The name and tier of the SKU.SkuElasticPoolPerformanceLevelCapability. sku()Get the sku property: The sku.SkuElasticPoolUpdate. sku()Get the sku property: An ARM Resource SKU.SkuManagedInstanceUpdate. sku()Get the sku property: Managed instance sku.SkuServiceObjectiveCapability. sku()Get the sku property: The sku.SkuDatabaseSku. toSku()SkuElasticPoolSku. toSku()SkuSku. withCapacity(Integer capacity)Set the capacity property: Capacity of the particular SKU.SkuSku. 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.SkuSku. withName(String name)Set the name property: The name of the SKU, typically, a letter + Number code, e.g.SkuSku. withSize(String size)Set the size property: Size of the particular SKU.SkuSku. withTier(String tier)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 Sku Modifier and Type Method Description static DatabaseSkuDatabaseSku. fromSku(Sku sku)Parses a sku to a DatabaseSku instance.static ElasticPoolSkuElasticPoolSku. fromSku(Sku sku)Parses a sku to a ElasticPoolSku instance.DatabaseUpdateDatabaseUpdate. withSku(Sku sku)Set the sku property: The name and tier of the SKU.ElasticPoolUpdateElasticPoolUpdate. withSku(Sku sku)Set the sku property: An ARM Resource SKU.ManagedInstanceUpdateManagedInstanceUpdate. withSku(Sku sku)Set the sku property: Managed instance sku.SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>SqlDatabase.DefinitionStages.WithSku. withSku(Sku sku)Sets the sku for the SQL Database.SqlDatabase.UpdateSqlDatabase.UpdateStages.WithEdition. withSku(Sku sku)Sets the sku for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithCreateAllOptionsSqlDatabaseOperations.DefinitionStages.WithEdition. withSku(Sku sku)Sets the sku for the SQL Database.SqlElasticPool.DefinitionStages.WithAttach<ParentT>SqlElasticPool.DefinitionStages.WithEdition. withSku(Sku sku)Sets the sku for the SQL Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithCreateSqlElasticPoolOperations.DefinitionStages.WithEdition. withSku(Sku sku)Sets the sku for the SQL Elastic Pool.
-