AppServiceEnvironmentProperties Class

Definition

Description of an App Service Environment.

public class AppServiceEnvironmentProperties
public class AppServiceEnvironmentProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentProperties>
type AppServiceEnvironmentProperties = class
type AppServiceEnvironmentProperties = class
    interface IJsonModel<AppServiceEnvironmentProperties>
    interface IPersistableModel<AppServiceEnvironmentProperties>
Public Class AppServiceEnvironmentProperties
Public Class AppServiceEnvironmentProperties
Implements IJsonModel(Of AppServiceEnvironmentProperties), IPersistableModel(Of AppServiceEnvironmentProperties)
Inheritance
AppServiceEnvironmentProperties
Implements

Constructors

AppServiceEnvironmentProperties(AppServiceVirtualNetworkProfile)

Initializes a new instance of AppServiceEnvironmentProperties.

Properties

ClusterSettings

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

DedicatedHostCount

Dedicated Host Count.

DnsSuffix

DNS suffix of the App Service Environment.

FrontEndScaleFactor

Scale factor for front-ends.

HasLinuxWorkers

Flag that displays whether an ASE has linux workers or not.

InternalLoadBalancingMode

Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.

IPSslAddressCount

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

IsSuspended

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

IsZoneRedundant

Whether or not this App Service Environment is zone-redundant.

MaximumNumberOfMachines

Maximum number of VMs in the App Service Environment.

MultiRoleCount

Number of front-end instances.

MultiSize

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

ProvisioningState

Provisioning state of the App Service Environment.

Status

Current status of the App Service Environment.

UserWhitelistedIPRanges

User added ip ranges to whitelist on ASE db.

VirtualNetwork

Description of the Virtual Network.

Explicit Interface Implementations

IJsonModel<AppServiceEnvironmentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppServiceEnvironmentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceEnvironmentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceEnvironmentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppServiceEnvironmentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to