Formula interface
A formula for creating a VM, specifying an image base and other parameters
- Extends
Properties
author | The author of the formula. NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
The creation date of the formula. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of the formula. |
formula |
The content of the formula. |
os |
The OS type of the formula. |
provisioning |
The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
unique |
The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server. |
vm | Information about a VM from which a formula is to be created. |
Inherited Properties
id | The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
author
The author of the formula. NOTE: This property will not be serialized. It can only be populated by the server.
author?: string
Property Value
string
creationDate
The creation date of the formula. NOTE: This property will not be serialized. It can only be populated by the server.
creationDate?: Date
Property Value
Date
description
The description of the formula.
description?: string
Property Value
string
formulaContent
The content of the formula.
formulaContent?: LabVirtualMachineCreationParameter
Property Value
osType
The OS type of the formula.
osType?: string
Property Value
string
provisioningState
The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
uniqueIdentifier
The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.
uniqueIdentifier?: string
Property Value
string
vm
Information about a VM from which a formula is to be created.
vm?: FormulaPropertiesFromVm
Property Value
Inherited Property Details
id
The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource.
location?: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type