Uses of Class
com.azure.resourcemanager.compute.models.PassNames
-
Packages that use PassNames Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of PassNames in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return PassNames Modifier and Type Method Description static PassNamesPassNames. fromString(String value)Parses a serialized value to a PassNames instance.PassNamesAdditionalUnattendContent. passName()Get the passName property: The pass name.static PassNamesPassNames. valueOf(String name)Returns 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 PassNames Modifier and Type Method Description AdditionalUnattendContentAdditionalUnattendContent. withPassName(PassNames passName)Set the passName property: The pass name.
-