Uses of Enum
com.azure.resourcemanager.compute.models.ComponentNames
Packages that use ComponentNames
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ComponentNames in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ComponentNames in com.azure.resourcemanager.compute.modelsMethods in com.azure.resourcemanager.compute.models that return ComponentNamesModifier and TypeMethodDescriptionAdditionalUnattendContent.componentName()Get the componentName property: The component name.static ComponentNamesComponentNames.fromString(String value) Parses a serialized value to a ComponentNames instance.static ComponentNamesReturns 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 ComponentNamesModifier and TypeMethodDescriptionAdditionalUnattendContent.withComponentName(ComponentNames componentName) Set the componentName property: The component name.