AppServiceEnvironmentResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
App Service Environment ARM resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceEnvironmentResource : Microsoft.Azure.Management.WebSites.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceEnvironmentResource = class
inherit Resource
Public Class AppServiceEnvironmentResource
Inherits Resource
- Inheritance
- Attributes
Constructors
AppServiceEnvironmentResource() |
Initializes a new instance of the AppServiceEnvironmentResource class. |
AppServiceEnvironmentResource(String, VirtualNetworkProfile, String, String, String, String, IDictionary<String,String>, 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 AppServiceEnvironmentResource 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 |
Id |
Gets resource Id. (Inherited from Resource) |
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. |
Kind |
Gets or sets kind of resource. (Inherited from Resource) |
Location |
Gets or sets resource Location. (Inherited from Resource) |
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". |
Name |
Gets resource Name. (Inherited from Resource) |
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 <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). |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
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
Azure SDK for .NET