IAppServiceEnvironmentPatchResource.UpgradePreference Property

Definition

Upgrade Preference

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "None", "Early", "Late", "Manual" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Upgrade Preference", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="upgradePreference", Update=true)]
public string UpgradePreference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "None", "Early", "Late", "Manual" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Upgrade Preference", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="upgradePreference", Update=true)>]
member this.UpgradePreference : string with get, set
Public Property UpgradePreference As String

Property Value

Attributes

Applies to