HciVmStatusLevelType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The level code.
public readonly struct HciVmStatusLevelType : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmStatusLevelType>
type HciVmStatusLevelType = struct
Public Structure HciVmStatusLevelType
Implements IEquatable(Of HciVmStatusLevelType)
- Inheritance
-
HciVmStatusLevelType
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmStatusLevelType(String) |
Initializes a new instance of HciVmStatusLevelType. |
Properties
| Name | Description |
|---|---|
| Error |
Error status level. |
| Info |
Informational status level. |
| Warning |
Warning status level. |
Methods
| Name | Description |
|---|---|
| Equals(HciVmStatusLevelType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(HciVmStatusLevelType, HciVmStatusLevelType) |
Determines if two HciVmStatusLevelType values are the same. |
| Implicit(String to HciVmStatusLevelType) |
Converts a String to a HciVmStatusLevelType. |
| Inequality(HciVmStatusLevelType, HciVmStatusLevelType) |
Determines if two HciVmStatusLevelType values are not the same. |