Share via


AppServiceEnvironment Class

Definition

Description of an App Service Environment.

public class AppServiceEnvironment
type AppServiceEnvironment = class
Public Class AppServiceEnvironment
Inheritance
AppServiceEnvironment

Constructors

AppServiceEnvironment()

Initializes a new instance of the AppServiceEnvironment class.

AppServiceEnvironment(VirtualNetworkProfile, Nullable<ProvisioningState>, Nullable<HostingEnvironmentStatus>, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, IList<NameValuePair>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the AppServiceEnvironment class.

Properties

ClusterSettings

Gets or sets custom settings for changing the behavior of the App Service Environment.

DedicatedHostCount

Gets or sets dedicated Host Count

DnsSuffix

Gets or sets DNS suffix of the App Service Environment.

FrontEndScaleFactor

Gets or sets scale factor for front-ends.

HasLinuxWorkers

Gets flag that displays whether an ASE has linux workers or not

InternalLoadBalancingMode

Gets or sets specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. Possible values include: 'None', 'Web', 'Publishing', 'Web, Publishing'

IpsslAddressCount

Gets or sets number of IP SSL addresses reserved for the App Service Environment.

MaximumNumberOfMachines

Gets maximum number of VMs in the App Service Environment.

MultiRoleCount

Gets number of front-end instances.

MultiSize

Gets or sets front-end VM size, e.g. "Medium", "Large".

ProvisioningState

Gets provisioning state of the App Service Environment. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress', 'Deleting'

Status

Gets current status of the App Service Environment. Possible values include: 'Preparing', 'Ready', 'Scaling', 'Deleting'

Suspended

Gets &lt;code&gt;true&lt;/code&gt; if the App Service Environment is suspended; otherwise, &lt;code&gt;false&lt;/code&gt;. The environment can be suspended, e.g. when the management endpoint is no longer available (most likely because NSG blocked the incoming traffic).

UserWhitelistedIpRanges

Gets or sets user added ip ranges to whitelist on ASE db

VirtualNetwork

Gets or sets description of the Virtual Network.

ZoneRedundant

Gets or sets whether or not this App Service Environment is zone-redundant.

Methods

Validate()

Validate the object.

Applies to