Share via


StorageProfile Class

Storage Profile properties of a server.

Constructor

StorageProfile(*, backup_retention_days: int | None = None, geo_redundant_backup: str | _models.GeoRedundantBackup | None = None, storage_mb: int | None = None, storage_autogrow: str | _models.StorageAutogrow | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
backup_retention_days
int

Backup retention days for the server.

Default value: None
geo_redundant_backup

Enable Geo-redundant or not for server backup. Known values are: "Enabled" and "Disabled".

Default value: None
storage_mb
int

Max storage allowed for a server.

Default value: None
storage_autogrow

Enable Storage Auto Grow. Known values are: "Enabled" and "Disabled".

Default value: None

Variables

Name Description
backup_retention_days
int

Backup retention days for the server.

geo_redundant_backup

Enable Geo-redundant or not for server backup. Known values are: "Enabled" and "Disabled".

storage_mb
int

Max storage allowed for a server.

storage_autogrow

Enable Storage Auto Grow. Known values are: "Enabled" and "Disabled".