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

Name Description
EventSubTypeValue(String)

Initializes a new instance of EventSubTypeValue.

Properties

Name Description
Retirement

Retirement.

Methods

Name Description
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

Name Description
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