AppServiceEnvironmentPatch Class

Definition

ARM resource for a app service environment.

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

Constructors

AppServiceEnvironmentPatch()

Initializes a new instance of AppServiceEnvironmentPatch.

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.

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

User added ip ranges to whitelist on ASE db.

VirtualNetwork

Description of the Virtual Network.

Explicit Interface Implementations

IJsonModel<AppServiceEnvironmentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceEnvironmentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceEnvironmentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceEnvironmentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceEnvironmentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to