ServerForUpdate Class

Definition

Represents a server to be updated.

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

Constructors

ServerForUpdate()

Creates an new ServerForUpdate 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.

Location

The location the resource resides in.

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

SkuName

The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3.

SkuTier

The tier of the particular SKU, e.g. Burstable.

StorageSizeGb

Max storage allowed for a server.

Tag

Application-specific metadata in the form of key-value pairs.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerForUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerForUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerForUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to