Uses of Enum Class
com.microsoft.azure.management.compute.PassNames
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PassNames in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionstatic PassNames
PassNames.fromString
(String value) Parses a serialized value to a PassNames instance.AdditionalUnattendContent.passName()
Get the pass name.static PassNames
Returns the enum constant of this class with the specified name.static PassNames[]
PassNames.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAdditionalUnattendContent.withPassName
(PassNames passName) Set the pass name.