Share via


MSDeployCore.AppOffline Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public bool? AppOffline { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.AppOffline : Nullable<bool> with get, set
Public Property AppOffline As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to