Uses of Enum
com.azure.resourcemanager.compute.models.StatusLevelTypes
Packages that use StatusLevelTypes
Package
Description
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 StatusLevelTypesModifier and TypeMethodDescriptionstatic StatusLevelTypesStatusLevelTypes.fromString(String value) Parses a serialized value to a StatusLevelTypes instance.InstanceViewStatus.level()Get the level property: The level code.ResourceInstanceViewStatus.level()Get the level property: The level code.static StatusLevelTypesReturns 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 StatusLevelTypesModifier and TypeMethodDescriptionInstanceViewStatus.withLevel(StatusLevelTypes level) Set the level property: The level code.ResourceInstanceViewStatus.withLevel(StatusLevelTypes level) Set the level property: The level code.