ISqlInstanceSettings.IsIfiEnabled 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 Server IFI.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL Server IFI.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isIfiEnabled")]
public bool? IsIfiEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="SQL Server IFI.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isIfiEnabled")>]
member this.IsIfiEnabled : Nullable<bool> with get, set
Public Property IsIfiEnabled As Nullable(Of Boolean)
Property Value
- Attributes