Share via


SelfHelpSolutionType Struct

Definition

Solution Type.

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

Constructors

SelfHelpSolutionType(String)

Initializes a new instance of SelfHelpSolutionType.

Properties

Diagnostics

Diagnostics resource type.

SelfHelp

SelfHelp resource type.

Solutions

Solutions resource type.

Troubleshooters

Troubleshooters resource type.

Methods

Equals(SelfHelpSolutionType)

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

Determines if two SelfHelpSolutionType values are the same.

Implicit(String to SelfHelpSolutionType)

Converts a string to a SelfHelpSolutionType.

Inequality(SelfHelpSolutionType, SelfHelpSolutionType)

Determines if two SelfHelpSolutionType values are not the same.

Applies to