Share via


DevBoxRepairOutcome Struct

Definition

The action taken during a repair operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxRepairOutcomeTypeConverter))]
public struct DevBoxRepairOutcome : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxRepairOutcome>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxRepairOutcomeTypeConverter))>]
type DevBoxRepairOutcome = struct
    interface IArgumentCompleter
Public Structure DevBoxRepairOutcome
Implements IArgumentCompleter, IEquatable(Of DevBoxRepairOutcome)
Inheritance
DevBoxRepairOutcome
Attributes
Implements

Fields

FixApplied

A fix for an issue was automatically applied to the Dev Box.

IssuesDetected

One or more issues was detected on the Dev Box, but they could not be fixed automatically.

NoIssuesDetected

The service did not identify any issues on the Dev Box.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DevBoxRepairOutcome)

Compares values of enum type DevBoxRepairOutcome

Equals(Object)

Compares values of enum type DevBoxRepairOutcome (override for Object)

GetHashCode()

Returns hashCode for enum DevBoxRepairOutcome

ToString()

Returns string representation for DevBoxRepairOutcome

Operators

Equality(DevBoxRepairOutcome, DevBoxRepairOutcome)

Overriding == operator for enum DevBoxRepairOutcome

Implicit(DevBoxRepairOutcome to String)

Implicit operator to convert DevBoxRepairOutcome to string

Implicit(String to DevBoxRepairOutcome)

Implicit operator to convert string to DevBoxRepairOutcome

Inequality(DevBoxRepairOutcome, DevBoxRepairOutcome)

Overriding != operator for enum DevBoxRepairOutcome

Applies to