Scale Set Os Profile
data class ScaleSetOsProfile(val adminPassword: String? = null, val adminUsername: String, val computerNamePrefix: String, val customData: String? = null)
Constructors
Link copied to clipboard
fun ScaleSetOsProfile(adminPassword: String? = null, adminUsername: String, computerNamePrefix: String, customData: String? = null)
Types
Properties
Link copied to clipboard
Specifies custom data to supply to the machine. On Linux-based systems, this can be used as a cloud-init script. On other systems, this will be copied as a file on disk. Internally, this provider will base64 encode this value before sending it to the API. The maximum length of the binary array is 65535 bytes.