ServerPropertiesAutoGenerated Class

Definition

The properties of a server.

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

Constructors

ServerPropertiesAutoGenerated()

Creates an new ServerPropertiesAutoGenerated instance.

Properties

AdministratorLogin

The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).

AdministratorLoginPassword

The administrator login password (required for server creation).

AvailabilityZone

availability zone information of the server.

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 create a new PostgreSQL server.

FullyQualifiedDomainName

The fully qualified domain name of a 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

MinorVersion

The minor version of the server.

NetworkDelegatedSubnetResourceId

delegated subnet arm resource id.

NetworkPrivateDnsZoneArmResourceId

private dns zone arm resource id.

NetworkPublicNetworkAccess

public network access is enabled or not

PointInTimeUtc

Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore'.

SourceServerResourceId

The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore'.

State

A state of a server that is visible to user.

StorageSizeGb

Max storage allowed for a server.

Tag

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

Version

PostgreSQL Server version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerPropertiesAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerPropertiesAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerPropertiesAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to