ResourceHealthEventLinkTypeValue Struct

Definition

Type of link.

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

Constructors

ResourceHealthEventLinkTypeValue(String)

Initializes a new instance of ResourceHealthEventLinkTypeValue.

Properties

Button

Button.

Hyperlink

Hyperlink.

Methods

Equals(ResourceHealthEventLinkTypeValue)

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

Determines if two ResourceHealthEventLinkTypeValue values are the same.

Implicit(String to ResourceHealthEventLinkTypeValue)

Converts a string to a ResourceHealthEventLinkTypeValue.

Inequality(ResourceHealthEventLinkTypeValue, ResourceHealthEventLinkTypeValue)

Determines if two ResourceHealthEventLinkTypeValue values are not the same.

Applies to