IServerPropertiesForCreate Interface

Definition

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

Properties

CreateMode

The mode to create a new 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

Server version.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to