共用方式為


LabVirtualMachineCreateOption Enum

Definition

Indicates what lab virtual machines are created from.

public enum LabVirtualMachineCreateOption
type LabVirtualMachineCreateOption = 
Public Enum LabVirtualMachineCreateOption
Inheritance
LabVirtualMachineCreateOption

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