ServerPropertiesForDefaultCreate 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.
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
Server |
Creates an new ServerPropertiesForDefaultCreate instance. |
Administrator |
The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). |
Administrator |
The password of the administrator login. |
Create |
The mode to create a new server. |
Ssl |
Enable ssl enforcement or not when connect to server. |
Storage |
Storage profile of a 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. |
Version |
Server version. |
Deserialize |
Deserializes a IDictionary into an instance of ServerPropertiesForDefaultCreate. |
Deserialize |
Deserializes a PSObject into an instance of ServerPropertiesForDefaultCreate. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerPropertiesForDefaultCreate. |
From |
Creates a new instance of ServerPropertiesForDefaultCreate, deserializing the content from a json string. |
To |
Serializes this instance of ServerPropertiesForDefaultCreate into a JsonNode. |
To |
Serializes this instance to a json string. |
Validate(IEvent |
Validates that this object meets the validation criteria. |