AppServiceEnvironmentResourceInner.IpsslAddressCount Property

Definition

Gets or sets number of IP SSL addresses reserved for the App Service Environment.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipsslAddressCount")]
public int? IpsslAddressCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipsslAddressCount")>]
member this.IpsslAddressCount : Nullable<int> with get, set
Public Property IpsslAddressCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to