AppServiceEnvironmentData Class

Definition

A class representing the AppServiceEnvironment data model. App Service Environment ARM resource.

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

Constructors

AppServiceEnvironmentData(AzureLocation)

Initializes a new instance of AppServiceEnvironmentData.

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
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.

Kind

Kind of resource.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
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".

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning state of the App Service Environment.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Status

Current status of the App Service Environment.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
UserWhitelistedIPRanges

User added ip ranges to whitelist on ASE db.

VirtualNetwork

Description of the Virtual Network.

Explicit Interface Implementations

IJsonModel<AppServiceEnvironmentData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceEnvironmentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceEnvironmentData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceEnvironmentData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceEnvironmentData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to