AzureSqlIaasSkuDTO interface
Class representing Azure SQL IAAS SKU.
Properties
| azure |
Gets the target type. NOTE: This property will not be serialized. It can only be populated by the server. |
| data |
Gets the The list of data disk sizes. NOTE: This property will not be serialized. It can only be populated by the server. |
| log |
Gets the The list of log disk sizes. NOTE: This property will not be serialized. It can only be populated by the server. |
| virtual |
Gets the The Azure Compute Virtual Machine. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
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
dataDiskSizes
Gets the The list of data disk sizes. NOTE: This property will not be serialized. It can only be populated by the server.
dataDiskSizes?: AzureManagedDiskSkuDTO[]
Property Value
logDiskSizes
Gets the The list of log disk sizes. NOTE: This property will not be serialized. It can only be populated by the server.
logDiskSizes?: AzureManagedDiskSkuDTO[]
Property Value
virtualMachineSize
Gets the The Azure Compute Virtual Machine. NOTE: This property will not be serialized. It can only be populated by the server.
virtualMachineSize?: AzureVirtualMachineSkuDTO