BreakthroughMode Struct

Definition

Breakthrough mode.

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

Constructors

Name Description
BreakthroughMode(String)

Initializes a new instance of BreakthroughMode.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(BreakthroughMode)

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

Determines if two BreakthroughMode values are the same.

Implicit(String to BreakthroughMode)

Converts a string to a BreakthroughMode.

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

Determines if two BreakthroughMode values are not the same.

Applies to