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
constructor(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)
Properties
Link copied to clipboard
The compute environment type for the service. Expected value is 'Custom'.
Link copied to clipboard
The deployment type for the service.
Link copied to clipboard
The service description.
Link copied to clipboard
The error details.
Link copied to clipboard
The service property dictionary. Properties are immutable.
Link copied to clipboard
The amount of traffic variant receives.