Uses of Enum Class
com.microsoft.azure.management.compute.SettingNames
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of SettingNames in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionAdditionalUnattendContent.withSettingName
(SettingNames settingName) Set specifies the name of the setting to which the content applies.