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
fun MasterProfileArgs(subnetId: Output<String>? = null, vmSize: Output<String>? = null)

Functions

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

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).