TroubleshootingScenario 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.
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 |