次の方法で共有


IAppServiceEnvironment.UpgradePreference Property

Definition

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

Applies to