ResourceHealthEventTypeValue Struct

Definition

Type of event.

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

Constructors

ResourceHealthEventTypeValue(String)

Initializes a new instance of ResourceHealthEventTypeValue.

Properties

EmergingIssues

EmergingIssues.

HealthAdvisory

HealthAdvisory.

PlannedMaintenance

PlannedMaintenance.

Rca

RCA.

SecurityAdvisory

SecurityAdvisory.

ServiceIssue

ServiceIssue.

Methods

Equals(ResourceHealthEventTypeValue)

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

Determines if two ResourceHealthEventTypeValue values are the same.

Implicit(String to ResourceHealthEventTypeValue)

Converts a string to a ResourceHealthEventTypeValue.

Inequality(ResourceHealthEventTypeValue, ResourceHealthEventTypeValue)

Determines if two ResourceHealthEventTypeValue values are not the same.

Applies to