Uses of Class
com.azure.resourcemanager.mariadb.models.PerformanceTierServiceLevelObjectives
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of PerformanceTierServiceLevelObjectives in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionPerformanceTierPropertiesInner.serviceLevelObjectives()
Get the serviceLevelObjectives property: Service level objectives associated with the performance tier.Modifier and TypeMethodDescriptionPerformanceTierPropertiesInner.withServiceLevelObjectives
(List<PerformanceTierServiceLevelObjectives> serviceLevelObjectives) Set the serviceLevelObjectives property: Service level objectives associated with the performance tier. -
Uses of PerformanceTierServiceLevelObjectives in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionPerformanceTierServiceLevelObjectives.withEdition
(String edition) Set the edition property: Edition of the performance tier.PerformanceTierServiceLevelObjectives.withHardwareGeneration
(String hardwareGeneration) Set the hardwareGeneration property: Hardware generation associated with the service level objective.Set the id property: ID for the service level objective.PerformanceTierServiceLevelObjectives.withMaxBackupRetentionDays
(Integer maxBackupRetentionDays) Set the maxBackupRetentionDays property: Maximum Backup retention in days for the performance tier edition.PerformanceTierServiceLevelObjectives.withMaxStorageMB
(Integer maxStorageMB) Set the maxStorageMB property: Max storage allowed for a server.PerformanceTierServiceLevelObjectives.withMinBackupRetentionDays
(Integer minBackupRetentionDays) Set the minBackupRetentionDays property: Minimum Backup retention in days for the performance tier edition.PerformanceTierServiceLevelObjectives.withMinStorageMB
(Integer minStorageMB) Set the minStorageMB property: Max storage allowed for a server.Set the vCore property: vCore associated with the service level objective.Modifier and TypeMethodDescriptionPerformanceTierProperties.serviceLevelObjectives()
Gets the serviceLevelObjectives property: Service level objectives associated with the performance tier.