Uses of Enum Class
com.microsoft.azure.management.compute.ComponentNames
Packages that use ComponentNames
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ComponentNames in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return ComponentNamesModifier and TypeMethodDescriptionAdditionalUnattendContent.componentName()Get the component name.static ComponentNamesComponentNames.fromString(String value) Parses a serialized value to a ComponentNames instance.static ComponentNamesReturns the enum constant of this class with the specified name.static ComponentNames[]ComponentNames.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.compute with parameters of type ComponentNamesModifier and TypeMethodDescriptionAdditionalUnattendContent.withComponentName(ComponentNames componentName) Set the component name.