MySqlServerPropertiesForDefaultCreate Class

Definition

The properties used to create a new server.

public class MySqlServerPropertiesForDefaultCreate : Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForCreate
public class MySqlServerPropertiesForDefaultCreate : Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForCreate, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForDefaultCreate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForDefaultCreate>
type MySqlServerPropertiesForDefaultCreate = class
    inherit MySqlServerPropertiesForCreate
type MySqlServerPropertiesForDefaultCreate = class
    inherit MySqlServerPropertiesForCreate
    interface IJsonModel<MySqlServerPropertiesForDefaultCreate>
    interface IPersistableModel<MySqlServerPropertiesForDefaultCreate>
Public Class MySqlServerPropertiesForDefaultCreate
Inherits MySqlServerPropertiesForCreate
Public Class MySqlServerPropertiesForDefaultCreate
Inherits MySqlServerPropertiesForCreate
Implements IJsonModel(Of MySqlServerPropertiesForDefaultCreate), IPersistableModel(Of MySqlServerPropertiesForDefaultCreate)
Inheritance
MySqlServerPropertiesForDefaultCreate
Implements

Constructors

MySqlServerPropertiesForDefaultCreate(String, String)

Initializes a new instance of MySqlServerPropertiesForDefaultCreate.

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.

InfrastructureEncryption

Status showing whether the server enabled infrastructure encryption.

(Inherited from MySqlServerPropertiesForCreate)
MinimalTlsVersion

Enforce a minimal Tls version for the server.

(Inherited from MySqlServerPropertiesForCreate)
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 MySqlServerPropertiesForCreate)
SslEnforcement

Enable ssl enforcement or not when connect to server.

(Inherited from MySqlServerPropertiesForCreate)
StorageProfile

Storage profile of a server.

(Inherited from MySqlServerPropertiesForCreate)
Version

Server version.

(Inherited from MySqlServerPropertiesForCreate)

Explicit Interface Implementations

IJsonModel<MySqlServerPropertiesForCreate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MySqlServerPropertiesForCreate)
IJsonModel<MySqlServerPropertiesForCreate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MySqlServerPropertiesForCreate)
IJsonModel<MySqlServerPropertiesForDefaultCreate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MySqlServerPropertiesForDefaultCreate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlServerPropertiesForCreate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MySqlServerPropertiesForCreate)
IPersistableModel<MySqlServerPropertiesForCreate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MySqlServerPropertiesForCreate)
IPersistableModel<MySqlServerPropertiesForCreate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MySqlServerPropertiesForCreate)
IPersistableModel<MySqlServerPropertiesForDefaultCreate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlServerPropertiesForDefaultCreate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MySqlServerPropertiesForDefaultCreate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to