DependenciesAggregationType Struct

Definition

Aggregation type for child dependencies.

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

Constructors

Name Description
DependenciesAggregationType(String)

Initializes a new instance of DependenciesAggregationType.

Properties

Name Description
Thresholds

Based on configurable thresholds.

WorstOf

Default behavior: Worst child health state is propagated.

Methods

Name Description
Equals(DependenciesAggregationType)

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

Determines if two DependenciesAggregationType values are the same.

Implicit(String to DependenciesAggregationType)

Converts a string to a DependenciesAggregationType.

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

Determines if two DependenciesAggregationType values are not the same.

Applies to