| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
DatabaseInner.currentSku()
Get the currentSku property: The name and tier of the SKU.
|
Sku |
DatabaseInner.sku()
Get the sku property: The database SKU.
|
Sku |
JobAgentInner.sku()
Get the sku property: The name and tier of the SKU.
|
Sku |
InstancePoolInner.sku()
Get the sku property: The name and tier of the SKU.
|
Sku |
ElasticPoolInner.sku()
Get the sku property: The elastic pool SKU.
|
Sku |
ManagedInstanceInner.sku()
Get the sku property: Managed instance SKU.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseInner |
DatabaseInner.withSku(Sku sku)
Set the sku property: The database SKU.
|
JobAgentInner |
JobAgentInner.withSku(Sku sku)
Set the sku property: The name and tier of the SKU.
|
InstancePoolInner |
InstancePoolInner.withSku(Sku sku)
Set the sku property: The name and tier of the SKU.
|
ElasticPoolInner |
ElasticPoolInner.withSku(Sku sku)
Set the sku property: The elastic pool SKU.
|
ManagedInstanceInner |
ManagedInstanceInner.withSku(Sku sku)
Set the sku property: Managed instance SKU.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
DatabaseUpdate.currentSku()
Get the currentSku property: The name and tier of the SKU.
|
Sku |
ElasticPoolUpdate.sku()
Get the sku property: An ARM Resource SKU.
|
Sku |
ManagedInstanceUpdate.sku()
Get the sku property: Managed instance sku.
|
Sku |
DatabaseUpdate.sku()
Get the sku property: The name and tier of the SKU.
|
Sku |
ServiceObjectiveCapability.sku()
Get the sku property: The sku.
|
Sku |
ElasticPoolPerformanceLevelCapability.sku()
Get the sku property: The sku.
|
Sku |
DatabaseSku.toSku() |
Sku |
ElasticPoolSku.toSku() |
Sku |
Sku.withCapacity(Integer capacity)
Set the capacity property: Capacity of the particular SKU.
|
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.
|
Sku |
Sku.withName(String name)
Set the name property: The name of the SKU, typically, a letter + Number code, e.g.
|
Sku |
Sku.withSize(String size)
Set the size property: Size of the particular SKU.
|
Sku |
Sku.withTier(String tier)
Set the tier property: The tier or edition of the particular SKU, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseSku |
DatabaseSku.fromSku(Sku sku)
Parses a sku to a DatabaseSku instance.
|
static ElasticPoolSku |
ElasticPoolSku.fromSku(Sku sku)
Parses a sku to a ElasticPoolSku instance.
|
ElasticPoolUpdate |
ElasticPoolUpdate.withSku(Sku sku)
Set the sku property: An ARM Resource SKU.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithSku.withSku(Sku sku)
Sets the sku for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withSku(Sku sku)
Sets the sku for the SQL Database.
|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withSku(Sku sku)
Set the sku property: Managed instance sku.
|
SqlElasticPoolOperations.DefinitionStages.WithCreate |
SqlElasticPoolOperations.DefinitionStages.WithEdition.withSku(Sku sku)
Sets the sku for the SQL Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
SqlElasticPool.DefinitionStages.WithEdition.withSku(Sku sku)
Sets the sku for the SQL Elastic Pool.
|
DatabaseUpdate |
DatabaseUpdate.withSku(Sku sku)
Set the sku property: The name and tier of the SKU.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
SqlDatabaseOperations.DefinitionStages.WithEdition.withSku(Sku sku)
Sets the sku for the SQL Database.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.