ISqlVirtualMachineProperties.TroubleshootingStatusTroubleshootingScenario Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL VM troubleshooting scenario.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario) }, ReadOnly=true, Required=false, SerializedName="troubleshootingScenario")]
public Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario? TroubleshootingStatusTroubleshootingScenario { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL VM troubleshooting scenario.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario) }, ReadOnly=true, Required=false, SerializedName="troubleshootingScenario")>]
member this.TroubleshootingStatusTroubleshootingScenario : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario>
Public ReadOnly Property TroubleshootingStatusTroubleshootingScenario As Nullable(Of TroubleshootingScenario)
Property Value
- Attributes