IServerPropertiesForUpdate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerPropertiesForUpdateTypeConverter))]
public interface IServerPropertiesForUpdate : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerPropertiesForUpdateTypeConverter))>]
type IServerPropertiesForUpdate = interface
interface IJsonSerializable
Public Interface IServerPropertiesForUpdate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdministratorLoginPassword |
The password of the administrator login. |
BackupEarliestRestoreDate |
The earliest restore point time (ISO8601 format) for server. |
BackupGeoRedundantBackup |
A value indicating whether Geo-Redundant backup is enabled on the server. |
BackupRetentionDay |
Backup retention days for the server. |
CreateMode |
The mode to update a new PostgreSQL server. |
HighAvailabilityMode |
The HA mode for the server. |
HighAvailabilityStandbyAvailabilityZone |
availability zone information of the standby. |
HighAvailabilityState |
A state of a HA server that is visible to user. |
MaintenanceWindowCustomWindow |
indicates whether custom window is enabled or disabled |
MaintenanceWindowDayOfWeek |
day of week for maintenance window |
MaintenanceWindowStartHour |
start hour for maintenance window |
MaintenanceWindowStartMinute |
start minute for maintenance window |
StorageSizeGb |
Max storage allowed for a server. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |