AKSDeploymentPropertiesArgs

data class AKSDeploymentPropertiesArgs(val aksClusterName: Output<String>? = null, val resourceGroup: Output<String>? = null, val subscriptionId: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<AKSDeploymentPropertiesArgs>

Class for AKSDeployment Properties.

Constructors

Link copied to clipboard
constructor(aksClusterName: Output<String>? = null, resourceGroup: Output<String>? = null, subscriptionId: Output<String>? = null, tenantId: Output<String>? = null)

Properties

Link copied to clipboard
val aksClusterName: Output<String>? = null

Gets or sets the AKS cluster name.

Link copied to clipboard
val resourceGroup: Output<String>? = null

Gets or sets the resource group of the resource.

Link copied to clipboard
val subscriptionId: Output<String>? = null

Gets or sets the subscription id of the resource.

Link copied to clipboard
val tenantId: Output<String>? = null

Gets or sets the tenant id.

Functions

Link copied to clipboard
open override fun toJava(): AKSDeploymentPropertiesArgs