Get App Service Environment Result
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)
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
Scale factor for front-ends.
Link copied to clipboard
Flag that displays whether an ASE has linux workers or not
Link copied to clipboard
Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
Link copied to clipboard
Number of IP SSL addresses reserved for the App Service Environment.
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
Provisioning state of the App Service Environment.
Link copied to clipboard
User added list of IP Ranges allowed on ASE db
Link copied to clipboard
Description of the Virtual Network.