AKSAssessmentDetailsResponse

data class AKSAssessmentDetailsResponse(val confidenceRatingInPercentage: Double, val createdTimestamp: String, val machineCount: Int, val pricesTimestamp: String, val status: String, val totalMonthlyCost: Double, val updatedTimestamp: String, val webAppCount: Int, val webServerCount: Int)

Data model of AKS Assessment Details.

Constructors

Link copied to clipboard
constructor(confidenceRatingInPercentage: Double, createdTimestamp: String, machineCount: Int, pricesTimestamp: String, status: String, totalMonthlyCost: Double, updatedTimestamp: String, webAppCount: Int, webServerCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets Confidence score.

Link copied to clipboard

Gets date and time when assessment was created.

Link copied to clipboard

Gets the number of machines.

Link copied to clipboard

Gets last time when rates were queried.

Link copied to clipboard

Gets assessment status.

Link copied to clipboard

Gets the total monthly cost.

Link copied to clipboard

Gets date and time when assessment was last updated.

Link copied to clipboard

Gets the number of web apps.

Link copied to clipboard

Gets the number of web servers.