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
fun GetAppServiceEnvironmentResult(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>)