Package-level declarations

Types

Link copied to clipboard
data class ErrorResponse(val code: String? = null, val id: String? = null, val message: String? = null, val possibleCause: String? = null, val recommendedAction: String? = null, val runAsAccountId: String? = null, val severity: String? = null, val summaryMessage: String? = null, val updatedTimeStamp: String? = null)

Defines the error.

Link copied to clipboard
data class ExtendedLocationResponse(val name: String? = null, val type: String? = null)

The extended location for off-azure resources.

Link copied to clipboard
data class GetMySQLServerResult(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.

Link copied to clipboard
data class GetMySQLSiteResult(val extendedLocation: ExtendedLocationResponse, val id: String, val location: String, val masterSiteId: String, val migrateProjectId: String, val name: String, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The MySQLSite resource definition.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.