Uses of Enum Class
com.microsoft.azure.management.compute.SettingNames
Packages that use SettingNames
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of SettingNames in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return SettingNamesModifier and TypeMethodDescriptionstatic SettingNames
SettingNames.fromString
(String value) Parses a serialized value to a SettingNames instance.AdditionalUnattendContent.settingName()
Get specifies the name of the setting to which the content applies.static SettingNames
Returns the enum constant of this class with the specified name.static SettingNames[]
SettingNames.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 SettingNamesModifier and TypeMethodDescriptionAdditionalUnattendContent.withSettingName
(SettingNames settingName) Set specifies the name of the setting to which the content applies.