ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerBackupProperties Method
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.
Initializes a new instance of PostgreSqlFlexibleServerBackupProperties.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupProperties PostgreSqlFlexibleServerBackupProperties(int? backupRetentionDays = default, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerGeoRedundantBackupEnum? geoRedundantBackup = default, DateTimeOffset? earliestRestoreOn = default);
static member PostgreSqlFlexibleServerBackupProperties : Nullable<int> * Nullable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerGeoRedundantBackupEnum> * Nullable<DateTimeOffset> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupProperties
Public Shared Function PostgreSqlFlexibleServerBackupProperties (Optional backupRetentionDays As Nullable(Of Integer) = Nothing, Optional geoRedundantBackup As Nullable(Of PostgreSqlFlexibleServerGeoRedundantBackupEnum) = Nothing, Optional earliestRestoreOn As Nullable(Of DateTimeOffset) = Nothing) As PostgreSqlFlexibleServerBackupProperties
Parameters
- geoRedundantBackup
- Nullable<PostgreSqlFlexibleServerGeoRedundantBackupEnum>
A value indicating whether Geo-Redundant backup is enabled on the server.
- earliestRestoreOn
- Nullable<DateTimeOffset>
The earliest restore point time (ISO8601 format) for server.
Returns
A new PostgreSqlFlexibleServerBackupProperties instance for mocking.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET