SqlPaaSTargetOptions interface
SQL target options.
Properties
| compute |
Gets or sets the Azure SQL compute tier. |
| hardware |
Gets or sets the Azure SQL hardware generation. |
| service |
Gets or sets the Azure SQL service tier. |
| target |
Gets or sets the target location. |
| target |
Gets or sets the Azure SQL target type. |
Property Details
computeTier
Gets or sets the Azure SQL compute tier.
computeTier?: string
Property Value
string
hardwareGeneration
Gets or sets the Azure SQL hardware generation.
hardwareGeneration?: string
Property Value
string
serviceTier
Gets or sets the Azure SQL service tier.
serviceTier?: string
Property Value
string
targetLocations
Gets or sets the target location.
targetLocations?: string[]
Property Value
string[]
targetType
Gets or sets the Azure SQL target type.
targetType?: string
Property Value
string