Package-level declarations

Types

Link copied to clipboard
data class ErrorResponse(val code: String? = null, val id: Double? = null, val message: String? = null, val possibleCauses: 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 GetSpringbootserverResult(val id: String, val name: String, val properties: SpringbootserversPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The springbootservers envelope resource definition.

Link copied to clipboard
data class GetSpringbootsiteResult(val extendedLocation: SpringbootsitesModelResponseExtendedLocation? = null, val id: String, val location: String, val name: String, val properties: SpringbootsitesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The springbootsites envelope resource definition.

Link copied to clipboard
data class SpringbootserversPropertiesResponse(val errors: List<ErrorResponse>? = null, val fqdnAndIpAddressList: List<String>? = null, val machineArmId: String? = null, val port: Int? = null, val provisioningState: String? = null, val server: String, val springBootApps: Int? = null, val totalApps: Int? = null)

The springbootservers resource definition.

data class SpringbootsitesModelResponseExtendedLocation(val name: String? = null, val type: String? = null)

The extended location definition.

Link copied to clipboard
data class SpringbootsitesPropertiesResponse(val masterSiteId: String? = null, val migrateProjectId: String? = null, val provisioningState: String? = null)

The springbootsites 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.