AKSAssessment Details Response
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
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 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.