AzureSqlPaasSkuDTO interface
Class representing Azure SQL PAAS SKU.
Properties
| azure |
Gets the compute tier. NOTE: This property will not be serialized. It can only be populated by the server. |
| azure |
Gets the hardware generation. NOTE: This property will not be serialized. It can only be populated by the server. |
| azure |
Gets the service tier. NOTE: This property will not be serialized. It can only be populated by the server. |
| azure |
Gets the target type. NOTE: This property will not be serialized. It can only be populated by the server. |
| cores | Gets the number of cores. NOTE: This property will not be serialized. It can only be populated by the server. |
| predicted |
Gets the predicted data size in megabytes in the Azure SQL, will impact the billing cost. NOTE: This property will not be serialized. It can only be populated by the server. |
| predicted |
Gets the predicted log size in megabytes in the Azure SQL, will impact the billing cost. NOTE: This property will not be serialized. It can only be populated by the server. |
| storage |
Gets the storage maximum size in megabytes. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
azureSqlComputeTier
Gets the compute tier. NOTE: This property will not be serialized. It can only be populated by the server.
azureSqlComputeTier?: string
Property Value
string
azureSqlHardwareGeneration
Gets the hardware generation. NOTE: This property will not be serialized. It can only be populated by the server.
azureSqlHardwareGeneration?: string
Property Value
string
azureSqlServiceTier
Gets the service tier. NOTE: This property will not be serialized. It can only be populated by the server.
azureSqlServiceTier?: string
Property Value
string
azureSqlTargetType
Gets the target type. NOTE: This property will not be serialized. It can only be populated by the server.
azureSqlTargetType?: string
Property Value
string
cores
Gets the number of cores. NOTE: This property will not be serialized. It can only be populated by the server.
cores?: number
Property Value
number
predictedDataSizeInMB
Gets the predicted data size in megabytes in the Azure SQL, will impact the billing cost. NOTE: This property will not be serialized. It can only be populated by the server.
predictedDataSizeInMB?: number
Property Value
number
predictedLogSizeInMB
Gets the predicted log size in megabytes in the Azure SQL, will impact the billing cost. NOTE: This property will not be serialized. It can only be populated by the server.
predictedLogSizeInMB?: number
Property Value
number
storageMaxSizeInMB
Gets the storage maximum size in megabytes. NOTE: This property will not be serialized. It can only be populated by the server.
storageMaxSizeInMB?: number
Property Value
number