KubernetesConfigurationMesageLevel 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.
Level of the message.
public readonly struct KubernetesConfigurationMesageLevel : IEquatable<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesConfigurationMesageLevel>
type KubernetesConfigurationMesageLevel = struct
Public Structure KubernetesConfigurationMesageLevel
Implements IEquatable(Of KubernetesConfigurationMesageLevel)
- Inheritance
-
KubernetesConfigurationMesageLevel
- Implements
Constructors
KubernetesConfigurationMesageLevel(String) |
Initializes a new instance of KubernetesConfigurationMesageLevel. |
Properties
Error |
Error. |
Information |
Information. |
Warning |
Warning. |
Methods
Equals(KubernetesConfigurationMesageLevel) |
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(KubernetesConfigurationMesageLevel, KubernetesConfigurationMesageLevel) |
Determines if two KubernetesConfigurationMesageLevel values are the same. |
Implicit(String to KubernetesConfigurationMesageLevel) |
Converts a string to a KubernetesConfigurationMesageLevel. |
Inequality(KubernetesConfigurationMesageLevel, KubernetesConfigurationMesageLevel) |
Determines if two KubernetesConfigurationMesageLevel values are not the same. |