GetFormulaResult

data class GetFormulaResult(val author: String, val azureApiVersion: String, val creationDate: String, val description: String? = null, val formulaContent: LabVirtualMachineCreationParameterResponse? = null, val id: String, val location: String? = null, val name: String, val osType: String? = null, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String, val vm: FormulaPropertiesFromVmResponse? = null)

A formula for creating a VM, specifying an image base and other parameters

Constructors

Link copied to clipboard
constructor(author: String, azureApiVersion: String, creationDate: String, description: String? = null, formulaContent: LabVirtualMachineCreationParameterResponse? = null, id: String, location: String? = null, name: String, osType: String? = null, provisioningState: String, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String, vm: FormulaPropertiesFromVmResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The author of the formula.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The creation date of the formula.

Link copied to clipboard
val description: String? = null

The description of the formula.

Link copied to clipboard

The content of the formula.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val osType: String? = null

The OS type of the formula.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).

Link copied to clipboard

Information about a VM from which a formula is to be created.