你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerPropertiesForUpdate Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerPropertiesForUpdateTypeConverter))]
public class ServerPropertiesForUpdate : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesForUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerPropertiesForUpdateTypeConverter))>]
type ServerPropertiesForUpdate = class
    interface IServerPropertiesForUpdate
    interface IJsonSerializable
Public Class ServerPropertiesForUpdate
Implements IServerPropertiesForUpdate
Inheritance
ServerPropertiesForUpdate
Attributes
Implements

Constructors

ServerPropertiesForUpdate()

Creates an new ServerPropertiesForUpdate instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerPropertiesForUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerPropertiesForUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesForUpdate.

FromJsonString(String)

Creates a new instance of ServerPropertiesForUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerPropertiesForUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to