Share via


CreateOption Enum

Definition

Defines values for CreateOption.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CreateOption
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CreateOption = 
Public Enum CreateOption
Inheritance
CreateOption
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Image 0

An image is used to create all lab user virtual machines. When this option is set, no template VM will be created.

TemplateVM 1

A template VM will be used to create all lab user virtual machines.

Applies to