StorageProfile Constructors
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.
Overloads
StorageProfile() |
Initializes a new instance of the StorageProfile class. |
StorageProfile(Nullable<Int32>, String, Nullable<Int32>, String) |
Initializes a new instance of the StorageProfile class. |
StorageProfile()
Initializes a new instance of the StorageProfile class.
public StorageProfile ();
Public Sub New ()
Applies to
StorageProfile(Nullable<Int32>, String, Nullable<Int32>, String)
Initializes a new instance of the StorageProfile class.
public StorageProfile (int? backupRetentionDays = default, string geoRedundantBackup = default, int? storageMB = default, string storageAutogrow = default);
new Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile : Nullable<int> * string * Nullable<int> * string -> Microsoft.Azure.Management.PostgreSQL.Models.StorageProfile
Public Sub New (Optional backupRetentionDays As Nullable(Of Integer) = Nothing, Optional geoRedundantBackup As String = Nothing, Optional storageMB As Nullable(Of Integer) = Nothing, Optional storageAutogrow As String = Nothing)
Parameters
- geoRedundantBackup
- String
Enable Geo-redundant or not for server backup. Possible values include: 'Enabled', 'Disabled'
- storageAutogrow
- String
Enable Storage Auto Grow. Possible values include: 'Enabled', 'Disabled'
Applies to
Azure SDK for .NET