Uses of Class
com.azure.resourcemanager.mariadb.models.StorageProfile
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of StorageProfile in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerInner.storageProfile()
Get the storageProfile property: Storage profile of a server.ServerProperties.storageProfile()
Get the storageProfile property: Storage profile of a server.ServerUpdateParametersProperties.storageProfile()
Get the storageProfile property: Storage profile of a server.Modifier and TypeMethodDescriptionServerInner.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerProperties.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerUpdateParametersProperties.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server. -
Uses of StorageProfile in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionServer.storageProfile()
Gets the storageProfile property: Storage profile of a server.ServerPropertiesForCreate.storageProfile()
Get the storageProfile property: Storage profile of a server.ServerUpdateParameters.storageProfile()
Get the storageProfile property: Storage profile of a server.StorageProfile.withBackupRetentionDays
(Integer backupRetentionDays) Set the backupRetentionDays property: Backup retention days for the server.StorageProfile.withGeoRedundantBackup
(GeoRedundantBackup geoRedundantBackup) Set the geoRedundantBackup property: Enable Geo-redundant or not for server backup.StorageProfile.withStorageAutogrow
(StorageAutogrow storageAutogrow) Set the storageAutogrow property: Enable Storage Auto Grow.StorageProfile.withStorageMB
(Integer storageMB) Set the storageMB property: Max storage allowed for a server.Modifier and TypeMethodDescriptionServer.UpdateStages.WithStorageProfile.withStorageProfile
(StorageProfile storageProfile) Specifies the storageProfile property: Storage profile of a server..ServerPropertiesForCreate.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerPropertiesForDefaultCreate.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerPropertiesForGeoRestore.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerPropertiesForReplica.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerPropertiesForRestore.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerUpdateParameters.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.