IServerPropertiesAutoGenerated 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.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) |