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

IServerPropertiesAutoGenerated Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to