Udostępnij przez


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

Name Description
Scenario(String)

Initializes a new instance of Scenario.

Properties

Name Description
Alerts

Alerts.

Methods

Name Description
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

Name Description
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