ResourceHealthEventSourceValue 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.
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
ResourceHealthEventSourceValue(String) |
Initializes a new instance of ResourceHealthEventSourceValue. |
Properties
ResourceHealth |
ResourceHealth. |
ServiceHealth |
ServiceHealth. |
Methods
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
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
Azure SDK for .NET