StorageProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage Profile properties of a server
public class StorageProfile
type StorageProfile = class
Public Class StorageProfile
- Inheritance
-
StorageProfile
Constructors
StorageProfile() |
Initializes a new instance of the StorageProfile class. |
StorageProfile(Nullable<Int32>, String, Nullable<Int32>, String) |
Initializes a new instance of the StorageProfile class. |
Properties
BackupRetentionDays |
Gets or sets backup retention days for the server. |
GeoRedundantBackup |
Gets or sets enable Geo-redundant or not for server backup. Possible values include: 'Enabled', 'Disabled' |
StorageAutogrow |
Gets or sets enable Storage Auto Grow. Possible values include: 'Enabled', 'Disabled' |
StorageMB |
Gets or sets max storage allowed for a server. |
Applies to
Azure SDK for .NET