Uses of Class
com.azure.resourcemanager.synapse.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.synapse.fluent.models Package containing the inner data models for SynapseManagementClient.com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of Sku in com.azure.resourcemanager.synapse.fluent.models
Methods in com.azure.resourcemanager.synapse.fluent.models that return Sku Modifier and Type Method Description Sku
SqlPoolInner. sku()
Get the sku property: Sku SQL pool SKU.Methods in com.azure.resourcemanager.synapse.fluent.models with parameters of type Sku Modifier and Type Method Description SqlPoolInner
SqlPoolInner. withSku(Sku sku)
Set the sku property: Sku SQL pool SKU. -
Uses of Sku in com.azure.resourcemanager.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return Sku Modifier and Type Method Description Sku
SqlPool. sku()
Gets the sku property: Sku SQL pool SKU.Sku
SqlPoolPatchInfo. sku()
Get the sku property: Sku SQL pool SKU.Sku
Sku. withCapacity(Integer capacity)
Set the capacity property: If the SKU supports scale out/in then the capacity integer should be included.Sku
Sku. withName(String name)
Set the name property: The SKU name.Sku
Sku. withTier(String tier)
Set the tier property: The service tier.Methods in com.azure.resourcemanager.synapse.models with parameters of type Sku Modifier and Type Method Description SqlPool.DefinitionStages.WithCreate
SqlPool.DefinitionStages.WithSku. withSku(Sku sku)
Specifies the sku property: Sku SQL pool SKU.SqlPool.Update
SqlPool.UpdateStages.WithSku. withSku(Sku sku)
Specifies the sku property: Sku SQL pool SKU.SqlPoolPatchInfo
SqlPoolPatchInfo. withSku(Sku sku)
Set the sku property: Sku SQL pool SKU.
-