Get App Service Environment Result
data class GetAppServiceEnvironmentResult(val clusterSettings: List<GetAppServiceEnvironmentClusterSetting>, val frontEndScaleFactor: Int, val id: String, val internalIpAddress: String, val location: String, val name: String, val outboundIpAddresses: List<String>, val pricingTier: String, val resourceGroupName: String, val serviceIpAddress: String, val tags: Map<String, String>)
A collection of values returned by getAppServiceEnvironment.
Constructors
Link copied to clipboard
constructor(clusterSettings: List<GetAppServiceEnvironmentClusterSetting>, frontEndScaleFactor: Int, id: String, internalIpAddress: String, location: String, name: String, outboundIpAddresses: List<String>, pricingTier: String, resourceGroupName: String, serviceIpAddress: String, tags: Map<String, String>)
Properties
Link copied to clipboard
Zero or more cluster_setting
blocks as defined below.
Link copied to clipboard
The number of app instances per App Service Environment Front End.
Link copied to clipboard
IP address of internal load balancer of the App Service Environment.
Link copied to clipboard
List of outbound IP addresses of the App Service Environment.
Link copied to clipboard
The Pricing Tier (Isolated SKU) of the App Service Environment.
Link copied to clipboard
Link copied to clipboard
IP address of service endpoint of the App Service Environment.