PerformanceTierProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performance tier properties
public class PerformanceTierProperties
type PerformanceTierProperties = class
Public Class PerformanceTierProperties
- Inheritance
-
PerformanceTierProperties
Constructors
PerformanceTierProperties() |
Initializes a new instance of the PerformanceTierProperties class. |
PerformanceTierProperties(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PerformanceTierServiceLevelObjectives>) |
Initializes a new instance of the PerformanceTierProperties class. |
Properties
Id |
Gets or sets ID of the performance tier. |
MaxBackupRetentionDays |
Gets or sets maximum Backup retention in days for the performance tier edition |
MaxLargeStorageMB |
Gets or sets max storage allowed for a server. |
MaxStorageMB |
Gets or sets max storage allowed for a server. |
MinBackupRetentionDays |
Gets or sets minimum Backup retention in days for the performance tier edition |
MinLargeStorageMB |
Gets or sets max storage allowed for a server. |
MinStorageMB |
Gets or sets max storage allowed for a server. |
ServiceLevelObjectives |
Gets or sets service level objectives associated with the performance tier |