Dela via


IMSDeployCore.AppOffline Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.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.Functions.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

Applies to