PerformanceTierProperties interface
Performance tier properties
Properties
id | ID of the performance tier. |
max |
Maximum Backup retention in days for the performance tier edition |
max |
Max storage allowed for a server. |
max |
Max storage allowed for a server. |
min |
Minimum Backup retention in days for the performance tier edition |
min |
Max storage allowed for a server. |
min |
Max storage allowed for a server. |
service |
Service level objectives associated with the performance tier |
Property Details
id
ID of the performance tier.
id?: string
Property Value
string
maxBackupRetentionDays
Maximum Backup retention in days for the performance tier edition
maxBackupRetentionDays?: number
Property Value
number
maxLargeStorageMB
Max storage allowed for a server.
maxLargeStorageMB?: number
Property Value
number
maxStorageMB
Max storage allowed for a server.
maxStorageMB?: number
Property Value
number
minBackupRetentionDays
Minimum Backup retention in days for the performance tier edition
minBackupRetentionDays?: number
Property Value
number
minLargeStorageMB
Max storage allowed for a server.
minLargeStorageMB?: number
Property Value
number
minStorageMB
Max storage allowed for a server.
minStorageMB?: number
Property Value
number
serviceLevelObjectives
Service level objectives associated with the performance tier
serviceLevelObjectives?: PerformanceTierServiceLevelObjectives[]