Share via


AzureSqlIaasSkuDTO interface

Class representing Azure SQL IAAS SKU.

Properties

azureSqlTargetType

Gets the target type. NOTE: This property will not be serialized. It can only be populated by the server.

dataDiskSizes

Gets the The list of data disk sizes. NOTE: This property will not be serialized. It can only be populated by the server.

logDiskSizes

Gets the The list of log disk sizes. NOTE: This property will not be serialized. It can only be populated by the server.

virtualMachineSize

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

Property Value