Uses of Class
com.azure.resourcemanager.mariadb.models.StorageAutogrow
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of StorageAutogrow in com.azure.resourcemanager.mariadb.models
Modifier and TypeFieldDescriptionstatic final StorageAutogrow
StorageAutogrow.DISABLED
Static value Disabled for StorageAutogrow.static final StorageAutogrow
StorageAutogrow.ENABLED
Static value Enabled for StorageAutogrow.Modifier and TypeMethodDescriptionstatic StorageAutogrow
StorageAutogrow.fromString
(String name) Creates or finds a StorageAutogrow from its string representation.StorageProfile.storageAutogrow()
Get the storageAutogrow property: Enable Storage Auto Grow.Modifier and TypeMethodDescriptionstatic Collection<StorageAutogrow>
StorageAutogrow.values()
Gets known StorageAutogrow values.Modifier and TypeMethodDescriptionStorageProfile.withStorageAutogrow
(StorageAutogrow storageAutogrow) Set the storageAutogrow property: Enable Storage Auto Grow.