IMSDeployCore.AppOffline 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.
Sets the AppOffline rule while the MSDeploy operation executes.
Setting is false
by default.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Sets the AppOffline rule while the MSDeploy operation executes.\r\n Setting is <code>false</code> by default.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="appOffline")]
public bool? AppOffline { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Sets the AppOffline rule while the MSDeploy operation executes.\r\n Setting is <code>false</code> by default.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="appOffline")>]
member this.AppOffline : Nullable<bool> with get, set
Public Property AppOffline As Nullable(Of Boolean)
Property Value
- Attributes