AKSVariant Response Response
data class AKSVariantResponseResponse(val computeType: String, val deploymentType: String? = null, val description: String? = null, val error: ServiceResponseBaseResponseError, val isDefault: Boolean? = null, val kvTags: Map<String, String>? = null, val properties: Map<String, String>? = null, val state: String, val trafficPercentile: Double? = null, val type: String? = null)
The response for an AKS variant.
Constructors
Link copied to clipboard
fun AKSVariantResponseResponse(computeType: String, deploymentType: String? = null, description: String? = null, error: ServiceResponseBaseResponseError, isDefault: Boolean? = null, kvTags: Map<String, String>? = null, properties: Map<String, String>? = null, state: String, trafficPercentile: Double? = null, type: String? = null)