IServerPropertiesForDefaultCreate Interface
Definition
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForDefaultCreateTypeConverter))]
public interface IServerPropertiesForDefaultCreate : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPropertiesForCreate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForDefaultCreateTypeConverter))>]
type IServerPropertiesForDefaultCreate = interface
interface IJsonSerializable
interface IServerPropertiesForCreate
Public Interface IServerPropertiesForDefaultCreate
Implements IServerPropertiesForCreate
- Derived
- Attributes
- Implements
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). The login name is required when updating password. |
AdministratorLoginPassword |
The password of the administrator login. |
CreateMode |
The mode to create a new server. (Inherited from IServerPropertiesForCreate) |
InfrastructureEncryption |
Status showing whether the server enabled infrastructure encryption. (Inherited from IServerPropertiesForCreate) |
MinimalTlsVersion |
Enforce a minimal Tls version for the server. (Inherited from IServerPropertiesForCreate) |
PublicNetworkAccess |
Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' (Inherited from IServerPropertiesForCreate) |
SslEnforcement |
Enable ssl enforcement or not when connect to server. (Inherited from IServerPropertiesForCreate) |
StorageProfileBackupRetentionDay |
Backup retention days for the server. (Inherited from IServerPropertiesForCreate) |
StorageProfileGeoRedundantBackup |
Enable Geo-redundant or not for server backup. (Inherited from IServerPropertiesForCreate) |
StorageProfileStorageAutogrow |
Enable Storage Auto Grow. (Inherited from IServerPropertiesForCreate) |
StorageProfileStorageMb |
Max storage allowed for a server. (Inherited from IServerPropertiesForCreate) |
Version |
Server version. (Inherited from IServerPropertiesForCreate) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |