Get Formula Result
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)
Properties
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
The description of the formula.
Link copied to clipboard
The content of the formula.
Link copied to clipboard
The provisioning status 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.