Master Profile Response
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
fun MasterProfileResponse(diskEncryptionSetId: String? = null, encryptionAtHost: String? = null, subnetId: String? = null, vmSize: String? = null)