ServerPropertiesForUpdate Class
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.
The properties that can be updated for a server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerPropertiesForUpdateTypeConverter))]
public class ServerPropertiesForUpdate : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerPropertiesForUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerPropertiesForUpdateTypeConverter))>]
type ServerPropertiesForUpdate = class
interface IServerPropertiesForUpdate
interface IJsonSerializable
Public Class ServerPropertiesForUpdate
Implements IServerPropertiesForUpdate
- Inheritance
-
ServerPropertiesForUpdate
- Attributes
- Implements
Constructors
ServerPropertiesForUpdate() |
Creates an new ServerPropertiesForUpdate instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServerPropertiesForUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServerPropertiesForUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerPropertiesForUpdate. |
FromJsonString(String) |
Creates a new instance of ServerPropertiesForUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServerPropertiesForUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |