Uses of Class
com.azure.resourcemanager.compute.models.ComponentNames
-
Packages that use ComponentNames Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ComponentNames in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ComponentNames Modifier and Type Method Description ComponentNamesAdditionalUnattendContent. componentName()Get the componentName property: The component name.static ComponentNamesComponentNames. fromString(String value)Parses a serialized value to a ComponentNames instance.static ComponentNamesComponentNames. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentNames[]ComponentNames. 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 ComponentNames Modifier and Type Method Description AdditionalUnattendContentAdditionalUnattendContent. withComponentName(ComponentNames componentName)Set the componentName property: The component name.
-