Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.PerformanceTierPropertiesInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of PerformanceTierPropertiesInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PerformanceTierPropertiesInner>
List all the performance tiers at specified location in a given subscription.com.azure.core.http.rest.PagedIterable<PerformanceTierPropertiesInner>
List all the performance tiers at specified location in a given subscription.com.azure.core.http.rest.PagedIterable<PerformanceTierPropertiesInner>
List all the performance tiers for a MariaDB server.com.azure.core.http.rest.PagedIterable<PerformanceTierPropertiesInner>
ServerBasedPerformanceTiersClient.list
(String resourceGroupName, String serverName, com.azure.core.util.Context context) List all the performance tiers for a MariaDB server. -
Uses of PerformanceTierPropertiesInner in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionSet the id property: ID of the performance tier.PerformanceTierPropertiesInner.withMaxBackupRetentionDays
(Integer maxBackupRetentionDays) Set the maxBackupRetentionDays property: Maximum Backup retention in days for the performance tier edition.PerformanceTierPropertiesInner.withMaxLargeStorageMB
(Integer maxLargeStorageMB) Set the maxLargeStorageMB property: Max storage allowed for a server.PerformanceTierPropertiesInner.withMaxStorageMB
(Integer maxStorageMB) Set the maxStorageMB property: Max storage allowed for a server.PerformanceTierPropertiesInner.withMinBackupRetentionDays
(Integer minBackupRetentionDays) Set the minBackupRetentionDays property: Minimum Backup retention in days for the performance tier edition.PerformanceTierPropertiesInner.withMinLargeStorageMB
(Integer minLargeStorageMB) Set the minLargeStorageMB property: Max storage allowed for a server.PerformanceTierPropertiesInner.withMinStorageMB
(Integer minStorageMB) Set the minStorageMB property: Max storage allowed for a server.PerformanceTierPropertiesInner.withServiceLevelObjectives
(List<PerformanceTierServiceLevelObjectives> serviceLevelObjectives) Set the serviceLevelObjectives property: Service level objectives associated with the performance tier. -
Uses of PerformanceTierPropertiesInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionPerformanceTierProperties.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.PerformanceTierPropertiesInner object.Modifier and TypeMethodDescriptionPerformanceTierListResult.value()
Get the value property: The list of performance tiers.Modifier and TypeMethodDescriptionPerformanceTierListResult.withValue
(List<PerformanceTierPropertiesInner> value) Set the value property: The list of performance tiers.