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

Name Description
SelfHelpType(String)

Initializes a new instance of SelfHelpType.

Properties

Name Description
AutomatedCheck

Gets the AutomatedCheck.

Decision

Gets the Decision.

Input

Gets the Input.

Insight

Gets the Insight.

Solution

Gets the Solution.

Methods

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

Name Description
Equality(SelfHelpType, SelfHelpType)

Determines if two SelfHelpType values are the same.

Implicit(String to Nullable<SelfHelpType>)
Implicit(String to SelfHelpType)

Converts a string to a SelfHelpType.

Inequality(SelfHelpType, SelfHelpType)

Determines if two SelfHelpType values are not the same.

Applies to