Condividi tramite


HciVmStatusLevelType Struct

Definition

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.

Applies to