Share via


SelfHelpDiagnosticStatus Struct

Definition

Denotes the status of the diagnostic resource.

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

Constructors

SelfHelpDiagnosticStatus(String)

Initializes a new instance of SelfHelpDiagnosticStatus.

Properties

Failed

Diagnostic creation failed.

MissingInputs

Request is missing required inputs to run.

Running

Diagnostic is still running.

Succeeded

Diagnostic creation succeeded.

Timeout

Diagnostic was timed out.

Methods

Equals(SelfHelpDiagnosticStatus)

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

Determines if two SelfHelpDiagnosticStatus values are the same.

Implicit(String to SelfHelpDiagnosticStatus)

Converts a string to a SelfHelpDiagnosticStatus.

Inequality(SelfHelpDiagnosticStatus, SelfHelpDiagnosticStatus)

Determines if two SelfHelpDiagnosticStatus values are not the same.

Applies to