Share via


AppServiceEnvironment interface

Description of an App Service Environment.

Properties

clusterSettings

Custom settings for changing the behavior of the App Service Environment.

dedicatedHostCount

Dedicated Host Count

dnsSuffix

DNS suffix of the App Service Environment.

frontEndScaleFactor

Scale factor for front-ends.

internalLoadBalancingMode

Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.

ipsslAddressCount

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

multiSize

Front-end VM size, e.g. "Medium", "Large".

userWhitelistedIpRanges

User added ip ranges to whitelist on ASE db

virtualNetwork

Description of the Virtual Network.

zoneRedundant

Whether or not this App Service Environment is zone-redundant.

Property Details

clusterSettings

Custom settings for changing the behavior of the App Service Environment.

clusterSettings?: NameValuePair[]

Property Value

dedicatedHostCount

Dedicated Host Count

dedicatedHostCount?: number

Property Value

number

dnsSuffix

DNS suffix of the App Service Environment.

dnsSuffix?: string

Property Value

string

frontEndScaleFactor

Scale factor for front-ends.

frontEndScaleFactor?: number

Property Value

number

internalLoadBalancingMode

Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.

internalLoadBalancingMode?: "None" | "Web" | "Publishing" | "Web, Publishing"

Property Value

"None" | "Web" | "Publishing" | "Web, Publishing"

ipsslAddressCount

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

ipsslAddressCount?: number

Property Value

number

multiSize

Front-end VM size, e.g. "Medium", "Large".

multiSize?: string

Property Value

string

userWhitelistedIpRanges

User added ip ranges to whitelist on ASE db

userWhitelistedIpRanges?: string[]

Property Value

string[]

virtualNetwork

Description of the Virtual Network.

virtualNetwork: VirtualNetworkProfile

Property Value

zoneRedundant

Whether or not this App Service Environment is zone-redundant.

zoneRedundant?: boolean

Property Value

boolean