ServerForCreate Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Server |
Creates an new ServerForCreate instance. |
Create |
The mode to create a new server. |
Location |
The location the resource resides in. |
Sku |
The scale up/out capacity, representing server's compute units. |
Sku |
The family of hardware. |
Sku |
The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. |
Sku |
The size code, to be interpreted by resource as appropriate. |
Sku |
The tier of the particular SKU, e.g. Basic. |
Ssl |
Enable ssl enforcement or not when connect to server. |
Storage |
Backup retention days for the server. |
Storage |
Enable Geo-redundant or not for server backup. |
Storage |
Enable Storage Auto Grow. |
Storage |
Max storage allowed for a server. |
Tag |
Application-specific metadata in the form of key-value pairs. |
Version |
Server version. |
Deserialize |
Deserializes a IDictionary into an instance of ServerForCreate. |
Deserialize |
Deserializes a PSObject into an instance of ServerForCreate. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerForCreate. |
From |
Creates a new instance of ServerForCreate, deserializing the content from a json string. |
To |
Serializes this instance of ServerForCreate into a JsonNode. |
To |
Serializes this instance to a json string. |
IServer |
Internal Acessors for Property |
IServer |
Internal Acessors for Sku |
IServer |
Internal Acessors for StorageProfile |