VirtualMachinePlan

data class VirtualMachinePlan(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 image from the marketplace.

Link copied to clipboard

Specifies the product of the image from the marketplace.

Link copied to clipboard

Specifies the publisher of the image.