Uses of Class
com.azure.resourcemanager.compute.models.SettingNames
-
Packages that use SettingNames Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SettingNames in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SettingNames Modifier and Type Method Description static SettingNamesSettingNames. fromString(String value)Parses a serialized value to a SettingNames instance.SettingNamesAdditionalUnattendContent. settingName()Get the settingName property: Specifies the name of the setting to which the content applies.static SettingNamesSettingNames. valueOf(String name)Returns 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 SettingNames Modifier and Type Method Description AdditionalUnattendContentAdditionalUnattendContent. withSettingName(SettingNames settingName)Set the settingName property: Specifies the name of the setting to which the content applies.
-