MasterProfileResponse

data class MasterProfileResponse(val subnetId: String? = null, val vmSize: String? = null)

MasterProfile represents a master profile.

Constructors

Link copied to clipboard
constructor(subnetId: String? = null, vmSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val subnetId: String? = null

The Azure resource ID of the master subnet (immutable).

Link copied to clipboard
val vmSize: String? = null

The size of the master VMs (immutable).