MetadataEntityScenario Struct

Definition

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

Constructors

Name Description
MetadataEntityScenario(String)

Initializes a new instance of MetadataEntityScenario.

Properties

Name Description
Alerts

Alerts.

Methods

Name Description
Equals(MetadataEntityScenario)

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

Determines if two MetadataEntityScenario values are the same.

Implicit(String to MetadataEntityScenario)

Converts a string to a MetadataEntityScenario.

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

Determines if two MetadataEntityScenario values are not the same.

Applies to