GetAppServiceEnvironmentResult

data class GetAppServiceEnvironmentResult(val clusterSettings: List<NameValuePairResponse>? = null, val dedicatedHostCount: Int, val dnsSuffix: String? = null, val frontEndScaleFactor: Int? = null, val hasLinuxWorkers: Boolean, val id: String, val internalLoadBalancingMode: String? = null, val ipsslAddressCount: Int? = null, val kind: String? = null, val location: String, val maximumNumberOfMachines: Int, val multiRoleCount: Int, val multiSize: String? = null, val name: String, val provisioningState: String, val status: String, val suspended: Boolean, val tags: Map<String, String>? = null, val type: String, val userWhitelistedIpRanges: List<String>? = null, val virtualNetwork: VirtualNetworkProfileResponse)

App Service Environment ARM resource.

Constructors

Link copied to clipboard
constructor(clusterSettings: List<NameValuePairResponse>? = null, dedicatedHostCount: Int, dnsSuffix: String? = null, frontEndScaleFactor: Int? = null, hasLinuxWorkers: Boolean, id: String, internalLoadBalancingMode: String? = null, ipsslAddressCount: Int? = null, kind: String? = null, location: String, maximumNumberOfMachines: Int, multiRoleCount: Int, multiSize: String? = null, name: String, provisioningState: String, status: String, suspended: Boolean, tags: Map<String, String>? = null, type: String, userWhitelistedIpRanges: List<String>? = null, virtualNetwork: VirtualNetworkProfileResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Dedicated Host Count

Link copied to clipboard
val dnsSuffix: String? = null

DNS suffix of the App Service Environment.

Link copied to clipboard

Scale factor for front-ends.

Link copied to clipboard

Flag that displays whether an ASE has linux workers or not

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

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

Link copied to clipboard
val ipsslAddressCount: Int? = null

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

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Location.

Link copied to clipboard

Maximum number of VMs in the App Service Environment.

Link copied to clipboard

Number of front-end instances.

Link copied to clipboard
val multiSize: String? = null

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

Link copied to clipboard

Resource Name.

Link copied to clipboard

Provisioning state of the App Service Environment.

Link copied to clipboard

Current status of the App Service Environment.

Link copied to clipboard

true if the App Service Environment is suspended; otherwise, false. The environment can be suspended, e.g. when the management endpoint is no longer available (most likely because NSG blocked the incoming traffic).

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard

User added list of IP Ranges allowed on ASE db

Link copied to clipboard

Description of the Virtual Network.