GetAppServiceEnvironmentResult

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>)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

IP address of internal load balancer of the App Service Environment.

Link copied to clipboard

The Azure Region where the App Service Environment exists.

Link copied to clipboard

The name of the Cluster Setting.

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.

Link copied to clipboard

A mapping of tags assigned to the App Service Environment.