ResourceHealthEventSourceValue Struct

Definition

Source of event.

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

Constructors

Name Description
ResourceHealthEventSourceValue(String)

Initializes a new instance of ResourceHealthEventSourceValue.

Properties

Name Description
ResourceHealth

ResourceHealth.

ServiceHealth

ServiceHealth.

Methods

Name Description
Equals(ResourceHealthEventSourceValue)

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

Determines if two ResourceHealthEventSourceValue values are the same.

Implicit(String to ResourceHealthEventSourceValue)

Converts a String to a ResourceHealthEventSourceValue.

Inequality(ResourceHealthEventSourceValue, ResourceHealthEventSourceValue)

Determines if two ResourceHealthEventSourceValue values are not the same.

Applies to