IAppServiceEnvironment.IpsslAddressCount Property

Definition

Number of IP SSL addresses reserved for the App Service Environment.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Number of IP SSL addresses reserved for the App Service Environment.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipsslAddressCount", Update=true)]
public int? IpsslAddressCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Number of IP SSL addresses reserved for the App Service Environment.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipsslAddressCount", Update=true)>]
member this.IpsslAddressCount : Nullable<int> with get, set
Public Property IpsslAddressCount As Nullable(Of Integer)

Property Value

Attributes

Applies to