Share via


Scenario Struct

Definition

The Scenario.

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

Constructors

Scenario(String)

Initializes a new instance of Scenario.

Properties

Alerts

Alerts.

Methods

Equals(Scenario)

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

Determines if two Scenario values are the same.

Implicit(String to Scenario)

Converts a string to a Scenario.

Inequality(Scenario, Scenario)

Determines if two Scenario values are not the same.

Applies to