AKSDeployment Specification Response
data class AKSDeploymentSpecificationResponse(val kubernetesObjectsYaml: String? = null, val loadBalancerType: String? = null, val replicaCount: String? = null)
AKS Deployment Specification.
Constructors
Link copied to clipboard
fun AKSDeploymentSpecificationResponse(kubernetesObjectsYaml: String? = null, loadBalancerType: String? = null, replicaCount: String? = null)