ServerProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerPropertiesTypeConverter))]
public class ServerProperties : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerPropertiesTypeConverter))>]
type ServerProperties = class
    interface IServerProperties
    interface IJsonSerializable
Public Class ServerProperties
Implements IServerProperties
Inheritance
ServerProperties
Attributes
Implements

Constructors

ServerProperties()

Properties

AdministratorLogin
EarliestRestoreDate
FullyQualifiedDomainName
MasterServerId
ReplicaCapacity
ReplicationRole
SslEnforcement
StorageProfileBackupRetentionDay
StorageProfileGeoRedundantBackup
StorageProfileStorageAutogrow
StorageProfileStorageMb
UserVisibleState
Version

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to