Uses of Class
com.azure.resourcemanager.compute.models.StatusLevelTypes
-
Packages that use StatusLevelTypes Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of StatusLevelTypes in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return StatusLevelTypes Modifier and Type Method Description static StatusLevelTypesStatusLevelTypes. fromString(String value)Parses a serialized value to a StatusLevelTypes instance.StatusLevelTypesInstanceViewStatus. level()Get the level property: The level code.StatusLevelTypesResourceInstanceViewStatus. level()Get the level property: The level code.static StatusLevelTypesStatusLevelTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusLevelTypes[]StatusLevelTypes. 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 StatusLevelTypes Modifier and Type Method Description InstanceViewStatusInstanceViewStatus. withLevel(StatusLevelTypes level)Set the level property: The level code.ResourceInstanceViewStatusResourceInstanceViewStatus. withLevel(StatusLevelTypes level)Set the level property: The level code.
-