IAppServiceEnvironmentPatchResource.UpgradePreference 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.
Upgrade Preference
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Upgrade Preference", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UpgradePreference) }, ReadOnly=false, Required=false, SerializedName="upgradePreference")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UpgradePreference? UpgradePreference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Upgrade Preference", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UpgradePreference) }, ReadOnly=false, Required=false, SerializedName="upgradePreference")>]
member this.UpgradePreference : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UpgradePreference> with get, set
Public Property UpgradePreference As Nullable(Of UpgradePreference)
Property Value
- Attributes