MasterProfileArgs

data class MasterProfileArgs(val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<MasterProfileArgs>

MasterProfile represents a master profile.

Constructors

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

Properties

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

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

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

The size of the master VMs (immutable).

Functions

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