Delen via


SelfHelpType Struct

Definition

Type of Troubleshooting step.

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

Constructors

SelfHelpType(String)

Initializes a new instance of SelfHelpType.

Properties

AutomatedCheck

AutomatedCheck.

Decision

Decision.

Input

Input.

Insight

Insight.

Solution

Solution.

Methods

Equals(SelfHelpType)

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

Determines if two SelfHelpType values are the same.

Implicit(String to SelfHelpType)

Converts a string to a SelfHelpType.

Inequality(SelfHelpType, SelfHelpType)

Determines if two SelfHelpType values are not the same.

Applies to