Get My SQLServer Result
data class GetMySQLServerResult(val azureApiVersion: String, val edition: String? = null, val errors: List<ErrorResponse>? = null, val hostIp: List<String>? = null, val hostName: String, val id: String, val labels: Map<String, String>? = null, val machineId: String? = null, val mysqlVersion: String? = null, val name: String, val numberOfDatabase: Double? = null, val portNumber: String, val provisioningState: String? = null, val supportEndIn: String? = null, val supportStatus: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The MySQLServer resource definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, edition: String? = null, errors: List<ErrorResponse>? = null, hostIp: List<String>? = null, hostName: String, id: String, labels: Map<String, String>? = null, machineId: String? = null, mysqlVersion: String? = null, name: String, numberOfDatabase: Double? = null, portNumber: String, provisioningState: String? = null, supportEndIn: String? = null, supportStatus: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The list of errors.
Link copied to clipboard
The mysql server version.
Link copied to clipboard
The number of database.
Link copied to clipboard
MySQL Server port number
Link copied to clipboard
Gets or sets the provisioning state.
Link copied to clipboard
Time when mysql version support end.
Link copied to clipboard
mysql version support status.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.