ISqlVMTroubleshooting.TroubleshootingScenario 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=false, Required=false, SerializedName="troubleshootingScenario")]
public Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario? TroubleshootingScenario { get; set; }
[<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=false, Required=false, SerializedName="troubleshootingScenario")>]
member this.TroubleshootingScenario : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.TroubleshootingScenario> with get, set
Public Property TroubleshootingScenario As Nullable(Of TroubleshootingScenario)
Property Value
- Attributes