Uses of Enum
com.azure.resourcemanager.compute.models.SettingNames
Packages that use SettingNames
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SettingNames in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type SettingNames in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionenumSpecifies the name of the setting to which the content applies.Methods in com.azure.resourcemanager.compute.models that return SettingNamesModifier and TypeMethodDescriptionstatic SettingNamesSettingNames.fromString(String value) Parses a serialized value to a SettingNames instance.AdditionalUnattendContent.settingName()Get the settingName property: Specifies the name of the setting to which the content applies.static SettingNamesReturns the enum constant of this type with the specified name.static SettingNames[]SettingNames.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.compute.models with parameters of type SettingNamesModifier and TypeMethodDescriptionAdditionalUnattendContent.withSettingName(SettingNames settingName) Set the settingName property: Specifies the name of the setting to which the content applies.