AppServiceEnvironmentPatchResource 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.
ARM resource for a app service environment.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AppServiceEnvironmentPatchResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceEnvironmentPatchResource = class
inherit ProxyOnlyResource
Public Class AppServiceEnvironmentPatchResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
AppServiceEnvironmentPatchResource() |
Initializes a new instance of the AppServiceEnvironmentPatchResource class. |
AppServiceEnvironmentPatchResource(VirtualNetworkProfile, String, String, 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 AppServiceEnvironmentPatchResource 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 ProxyOnlyResource) |
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 ProxyOnlyResource) |
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 ProxyOnlyResource) |
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). |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
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