AKSDeploymentPropertiesResponse

data class AKSDeploymentPropertiesResponse(val aksClusterName: String? = null, val resourceGroup: String? = null, val subscriptionId: String? = null, val tenantId: String? = null)

Class for AKSDeployment Properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aksClusterName: String? = null

Gets or sets the AKS cluster name.

Link copied to clipboard
val resourceGroup: String? = null

Gets or sets the resource group of the resource.

Link copied to clipboard
val subscriptionId: String? = null

Gets or sets the subscription id of the resource.

Link copied to clipboard
val tenantId: String? = null

Gets or sets the tenant id.