IServerUpdateParametersProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerUpdateParametersPropertiesTypeConverter))]
public interface IServerUpdateParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerUpdateParametersPropertiesTypeConverter))>]
type IServerUpdateParametersProperties = interface
    interface IJsonSerializable
Public Interface IServerUpdateParametersProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdministratorLoginPassword

The password of the administrator login.

ReplicationRole

The replication role of the server.

SslEnforcement

Enable ssl enforcement or not when connect to server.

StorageProfileBackupRetentionDay

Backup retention days for the server.

StorageProfileGeoRedundantBackup

Enable Geo-redundant or not for server backup.

StorageProfileStorageAutogrow

Enable Storage Auto Grow.

StorageProfileStorageMb

Max storage allowed for a server.

Version

The version of a server.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to