ServerForCreate Class

Definition

Represents a server to be created.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerForCreateTypeConverter))]
public class ServerForCreate : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerForCreate, Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerForCreateInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerForCreateTypeConverter))>]
type ServerForCreate = class
    interface IServerForCreate
    interface IJsonSerializable
    interface IServerForCreateInternal
Public Class ServerForCreate
Implements IServerForCreate, IServerForCreateInternal
Inheritance
ServerForCreate
Attributes
Implements

Constructors

ServerForCreate()

Creates an new ServerForCreate instance.

Properties

CreateMode

The mode to create a new server.

Location

The location the resource resides in.

SkuCapacity

The scale up/out capacity, representing server's compute units.

SkuFamily

The family of hardware.

SkuName

The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.

SkuSize

The size code, to be interpreted by resource as appropriate.

SkuTier

The tier of the particular SKU, e.g. Basic.

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.

Tag

Application-specific metadata in the form of key-value pairs.

Version

Server version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerForCreate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerForCreate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerForCreate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Explicit Interface Implementations

IServerForCreateInternal.Property

Internal Acessors for Property

IServerForCreateInternal.Sku

Internal Acessors for Sku

IServerForCreateInternal.StorageProfile

Internal Acessors for StorageProfile

Applies to