Share via


TroubleshootingScenario Struct

Definition

SQL VM troubleshooting scenario.

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

Fields

UnhealthyReplica

Methods

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

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

Equals(Object)

Compares values of enum type TroubleshootingScenario (override for Object)

Equals(TroubleshootingScenario)

Compares values of enum type TroubleshootingScenario

GetHashCode()

Returns hashCode for enum TroubleshootingScenario

ToString()

Returns string representation for TroubleshootingScenario

Operators

Equality(TroubleshootingScenario, TroubleshootingScenario)

Overriding == operator for enum TroubleshootingScenario

Implicit(String to TroubleshootingScenario)

Implicit operator to convert string to TroubleshootingScenario

Implicit(TroubleshootingScenario to String)

Implicit operator to convert TroubleshootingScenario to string

Inequality(TroubleshootingScenario, TroubleshootingScenario)

Overriding != operator for enum TroubleshootingScenario

Applies to