GetMySQLServerResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val edition: String? = null

mysql server edition.

Link copied to clipboard
val errors: List<ErrorResponse>? = null

The list of errors.

Link copied to clipboard
val hostIp: List<String>? = null

The Server IP/host name.

Link copied to clipboard

The Server IP/host name.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val labels: Map<String, String>? = null

Resource labels.

Link copied to clipboard
val machineId: String? = null

discovery Machine Id

Link copied to clipboard
val mysqlVersion: String? = null

The mysql server version.

Link copied to clipboard

The name of the resource

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
val supportEndIn: String? = null

Time when mysql version support end.

Link copied to clipboard
val supportStatus: String? = null

mysql version support status.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"