AKSDeploymentSpecificationResponse

data class AKSDeploymentSpecificationResponse(val kubernetesObjectsYaml: String? = null, val loadBalancerType: String? = null, val replicaCount: String? = null)

AKS Deployment Specification.

Constructors

Link copied to clipboard
constructor(kubernetesObjectsYaml: String? = null, loadBalancerType: String? = null, replicaCount: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the Merged Deployment and service Yaml.

Link copied to clipboard

Gets or sets the load balancer type.

Link copied to clipboard
val replicaCount: String? = null

Gets or sets the replica count to be created in AKS.