ResourceHealthEventLinkTypeValue Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET