Udostępnij przez


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

AutomatedCheck.

Decision

Decision.

Input

Input.

Insight

Insight.

Solution

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

Converts a String to a SelfHelpType.

Inequality(SelfHelpType, SelfHelpType)

Determines if two SelfHelpType values are not the same.

Applies to