AppServiceEnvironment

class AppServiceEnvironment : KotlinCustomResource

App Service Environment ARM resource. API Version: 2020-12-01.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:web:AppServiceEnvironment myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}

Properties

Link copied to clipboard

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

Link copied to clipboard
val dedicatedHostCount: Output<Int>

Dedicated Host Count

Link copied to clipboard
val dnsSuffix: Output<String>?

DNS suffix of the App Service Environment.

Link copied to clipboard
val frontEndScaleFactor: Output<Int>?

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: Output<String>
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: Output<Int>?

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

Link copied to clipboard
val kind: Output<String>?

Kind of resource.

Link copied to clipboard
val location: Output<String>

Resource Location.

Link copied to clipboard

Maximum number of VMs in the App Service Environment.

Link copied to clipboard
val multiRoleCount: Output<Int>

Number of front-end instances.

Link copied to clipboard
val multiSize: Output<String>?

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

Link copied to clipboard
val name: Output<String>

Resource Name.

Link copied to clipboard

Provisioning state of the App Service Environment.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

Current status of the App Service Environment.

Link copied to clipboard
val suspended: Output<Boolean>

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: Output<Map<String, String>>?

Resource tags.

Link copied to clipboard
val type: Output<String>

Resource type.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

User added list of IP Ranges allowed on ASE db

Link copied to clipboard

Description of the Virtual Network.