Share via


PodEventType Struct

Definition

The type of pod event.

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

Constructors

PodEventType(String)

Initializes a new instance of PodEventType.

Properties

Normal

Normal.

Warning

Warning.

Methods

Equals(PodEventType)

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(PodEventType, PodEventType)

Determines if two PodEventType values are the same.

Implicit(String to PodEventType)

Converts a string to a PodEventType.

Inequality(PodEventType, PodEventType)

Determines if two PodEventType values are not the same.

Applies to