IMSDeployCore.AppOffline Property

Definition

Sets the AppOffline rule while the MSDeploy operation executes. Setting is false by default.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="appOffline", Update=true)]
public bool? AppOffline { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="appOffline", Update=true)>]
member this.AppOffline : Nullable<bool> with get, set
Public Property AppOffline As Nullable(Of Boolean)

Property Value

Attributes

Applies to