SelfHelpSolutionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET