StorageProfile Class

Definition

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