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

Name Description
ResourceHealthEventLinkTypeValue(String)

Initializes a new instance of ResourceHealthEventLinkTypeValue.

Properties

Name Description
Button

Button.

Hyperlink

Hyperlink.

Methods

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

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