AppServiceEnvironmentPatchResource.UpgradeDomains Property

Definition

Gets number of upgrade domains of the App Service Environment.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.upgradeDomains")]
public int? UpgradeDomains { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.upgradeDomains")>]
member this.UpgradeDomains : Nullable<int>
Public ReadOnly Property UpgradeDomains As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to