ServerPropertiesForDefaultCreate Class

Definition

The properties used to create a new server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerPropertiesForDefaultCreateTypeConverter))]
public class ServerPropertiesForDefaultCreate : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerPropertiesForDefaultCreate, Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerPropertiesForDefaultCreateTypeConverter))>]
type ServerPropertiesForDefaultCreate = class
    interface IServerPropertiesForDefaultCreate
    interface IJsonSerializable
    interface IServerPropertiesForCreate
    interface IValidates
Public Class ServerPropertiesForDefaultCreate
Implements IServerPropertiesForDefaultCreate, IValidates
Inheritance
ServerPropertiesForDefaultCreate
Attributes
Implements

Constructors

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.

SslEnforcement

Enable ssl enforcement or not when connect to server.

StorageProfile

Storage profile of a 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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerPropertiesForDefaultCreate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerPropertiesForDefaultCreate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerPropertiesForDefaultCreate.

FromJsonString(String)

Creates a new instance of ServerPropertiesForDefaultCreate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerPropertiesForDefaultCreate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to