Share via


IServerProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerPropertiesTypeConverter))]
public interface IServerProperties : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerPropertiesTypeConverter))>]
type IServerProperties = interface
    interface IJsonSerializable
Public Interface IServerProperties
Implements IJsonSerializable
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).

EarliestRestoreDate

Earliest restore point creation time (ISO8601 format)

FullyQualifiedDomainName

The fully qualified domain name of a server.

MasterServerId

The master server id of a replica server.

ReplicaCapacity

The maximum number of replicas that a master server can have.

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.

UserVisibleState

A state of a server that is visible to user.

Version

Server version.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to