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

IServerPropertiesForUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerPropertiesForUpdateTypeConverter))]
public interface IServerPropertiesForUpdate : Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerPropertiesForUpdateTypeConverter))>]
type IServerPropertiesForUpdate = interface
    interface IJsonSerializable
Public Interface IServerPropertiesForUpdate
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdministratorLoginPassword

The password of the administrator login.

BackupEarliestRestoreDate

Earliest restore point creation time (ISO8601 format)

BackupGeoRedundantBackup

Whether or not geo redundant backup is enabled.

BackupRetentionDay

Backup retention days for the server.

HighAvailabilityMode

High availability mode for a server.

HighAvailabilityStandbyAvailabilityZone

Availability zone of the standby server.

HighAvailabilityState

The state of server high availability.

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

ReplicationRole

The replication role of the server.

StorageAutoGrow

Enable Storage Auto Grow or not.

StorageIop

Storage IOPS for a server.

StorageSizeGb

Max storage size allowed for a server.

StorageSku

The sku name of the server storage.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to