Uses of Enum
com.azure.resourcemanager.compute.models.PassNames
Packages that use PassNames
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of PassNames in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type PassNames in com.azure.resourcemanager.compute.modelsMethods in com.azure.resourcemanager.compute.models that return PassNamesModifier and TypeMethodDescriptionstatic PassNamesPassNames.fromString(String value) Parses a serialized value to a PassNames instance.AdditionalUnattendContent.passName()Get the passName property: The pass name.static PassNamesReturns the enum constant of this type with the specified name.static PassNames[]PassNames.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 PassNamesModifier and TypeMethodDescriptionAdditionalUnattendContent.withPassName(PassNames passName) Set the passName property: The pass name.