Share via


HybridComputeStatusLevelType Struct

Definition

The level code.

public readonly struct HybridComputeStatusLevelType : IEquatable<Azure.ResourceManager.HybridCompute.Models.HybridComputeStatusLevelType>
type HybridComputeStatusLevelType = struct
Public Structure HybridComputeStatusLevelType
Implements IEquatable(Of HybridComputeStatusLevelType)
Inheritance
HybridComputeStatusLevelType
Implements

Constructors

HybridComputeStatusLevelType(String)

Initializes a new instance of HybridComputeStatusLevelType.

Properties

Error

Error.

Info

Info.

Warning

Warning.

Methods

Equals(HybridComputeStatusLevelType)

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

Equality(HybridComputeStatusLevelType, HybridComputeStatusLevelType)

Determines if two HybridComputeStatusLevelType values are the same.

Implicit(String to HybridComputeStatusLevelType)

Converts a string to a HybridComputeStatusLevelType.

Inequality(HybridComputeStatusLevelType, HybridComputeStatusLevelType)

Determines if two HybridComputeStatusLevelType values are not the same.

Applies to