Uses of Enum
com.azure.resourcemanager.labservices.models.CreateOption
Packages that use CreateOption
Package
Description
Package containing the data models for LabServicesClient.
-
Uses of CreateOption in com.azure.resourcemanager.labservices.models
Methods in com.azure.resourcemanager.labservices.models that return CreateOptionModifier and TypeMethodDescriptionVirtualMachineProfile.createOption()
Get the createOption property: Indicates what lab virtual machines are created from.static CreateOption
CreateOption.fromString
(String value) Parses a serialized value to a CreateOption instance.static CreateOption
Returns the enum constant of this type with the specified name.static CreateOption[]
CreateOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.labservices.models with parameters of type CreateOptionModifier and TypeMethodDescriptionVirtualMachineProfile.withCreateOption
(CreateOption createOption) Set the createOption property: Indicates what lab virtual machines are created from.