共用方式為


CloudServiceExtensionProperties.AutoUpgradeMinorVersion Property

Definition

Gets or sets explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available.

[Newtonsoft.Json.JsonProperty(PropertyName="autoUpgradeMinorVersion")]
public bool? AutoUpgradeMinorVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoUpgradeMinorVersion")>]
member this.AutoUpgradeMinorVersion : Nullable<bool> with get, set
Public Property AutoUpgradeMinorVersion As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to