LinuxVirtualMachinePlan

data class LinuxVirtualMachinePlan(val name: String, val product: String, val publisher: String)

Constructors

Link copied to clipboard
constructor(name: String, product: String, publisher: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Name of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the Product of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the Publisher of the Marketplace Image this Virtual Machine should be created from. Changing this forces a new resource to be created.