StorageProfile Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
StorageProfile() |
Inicializa uma nova instância da classe StorageProfile. |
StorageProfile(Nullable<Int32>, String, Nullable<Int32>, String) |
Inicializa uma nova instância da classe StorageProfile. |
StorageProfile()
Inicializa uma nova instância da classe StorageProfile.
public StorageProfile ();
Public Sub New ()
Aplica-se a
StorageProfile(Nullable<Int32>, String, Nullable<Int32>, String)
Inicializa uma nova instância da classe StorageProfile.
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)
Parâmetros
- geoRedundantBackup
- String
Habilite ou não com redundância geográfica para backup do servidor. Os valores possíveis incluem: 'Enabled', 'Disabled'
- storageAutogrow
- String
Habilitar o Aumento Automático de Armazenamento. Os valores possíveis incluem: 'Enabled', 'Disabled'
Aplica-se a
Azure SDK for .NET