AKSVariantResponseResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The compute environment type for the service. Expected value is 'Custom'.

Link copied to clipboard
val deploymentType: String? = null

The deployment type for the service.

Link copied to clipboard
val description: String? = null

The service description.

Link copied to clipboard
Link copied to clipboard
val isDefault: Boolean? = null

Is this the default variant.

Link copied to clipboard
val kvTags: Map<String, String>? = null

The service tag dictionary. Tags are mutable.

Link copied to clipboard
val properties: Map<String, String>? = null

The service property dictionary. Properties are immutable.

Link copied to clipboard

The current state of the service.

Link copied to clipboard

The amount of traffic variant receives.

Link copied to clipboard
val type: String? = null

The type of the variant.