IServerPropertiesForDefaultCreate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerPropertiesForDefaultCreateTypeConverter))]
public interface IServerPropertiesForDefaultCreate : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerPropertiesForCreate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerPropertiesForDefaultCreateTypeConverter))>]
type IServerPropertiesForDefaultCreate = interface
    interface IJsonSerializable
    interface IServerPropertiesForCreate
Public Interface IServerPropertiesForDefaultCreate
Implements IServerPropertiesForCreate
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 password of the administrator login.

CreateMode

The mode to create a new server.

(Inherited from IServerPropertiesForCreate)
SslEnforcement

Enable ssl enforcement or not when connect to server.

(Inherited from IServerPropertiesForCreate)
StorageProfileBackupRetentionDay

Backup retention days for the server.

(Inherited from IServerPropertiesForCreate)
StorageProfileGeoRedundantBackup

Enable Geo-redundant or not for server backup.

(Inherited from IServerPropertiesForCreate)
StorageProfileStorageAutogrow

Enable Storage Auto Grow.

(Inherited from IServerPropertiesForCreate)
StorageProfileStorageMb

Max storage allowed for a server.

(Inherited from IServerPropertiesForCreate)
Version

Server version.

(Inherited from IServerPropertiesForCreate)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to