EventSubTypeValue Struct

Definition

Sub type of the event. Currently used to determine retirement communications for health advisory events.

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

Constructors

EventSubTypeValue(String)

Initializes a new instance of EventSubTypeValue.

Properties

Retirement

Retirement.

Methods

Equals(EventSubTypeValue)

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

Determines if two EventSubTypeValue values are the same.

Implicit(String to EventSubTypeValue)

Converts a string to a EventSubTypeValue.

Inequality(EventSubTypeValue, EventSubTypeValue)

Determines if two EventSubTypeValue values are not the same.

Applies to