MasterProfileResponse

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

MasterProfile represents a master profile.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of an associated DiskEncryptionSet, if applicable.

Link copied to clipboard

Whether master virtual machines are encrypted at host.

Link copied to clipboard
val subnetId: String? = null

The Azure resource ID of the master subnet.

Link copied to clipboard
val vmSize: String? = null

The size of the master VMs.