EntityImpact Struct

Definition

Type of impact an entity has on health state propagation.

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

Constructors

Name Description
EntityImpact(String)

Initializes a new instance of EntityImpact.

Properties

Name Description
Limited

Limited impact.

Standard

Standard impact.

Suppressed

Suppressed impact.

Methods

Name Description
Equals(EntityImpact)

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

Determines if two EntityImpact values are the same.

Implicit(String to EntityImpact)

Converts a string to a EntityImpact.

Implicit(String to Nullable<EntityImpact>)
Inequality(EntityImpact, EntityImpact)

Determines if two EntityImpact values are not the same.

Applies to