AppServiceEnvironmentResourceInner 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 AppServiceEnvironmentResourceInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppServiceEnvironmentResourceInner = class
inherit Resource
Public Class AppServiceEnvironmentResourceInner
Inherits Resource
- Inheritance
- Attributes
Constructors
Properties
AllowedMultiSizes |
Gets list of comma separated strings describing which VM sizes are allowed for front-ends. |
AllowedWorkerSizes |
Gets list of comma separated strings describing which VM sizes are allowed for workers. |
ApiManagementAccountId |
Gets or sets API Management Account associated with the App Service Environment. |
AppServiceEnvironmentResourceLocation |
Gets or sets location of the App Service Environment, e.g. "West US". |
AppServiceEnvironmentResourceName |
Gets or sets name of the App Service Environment. |
ClusterSettings |
Gets or sets custom settings for changing the behavior of the App Service Environment. |
DatabaseEdition |
Gets edition of the metadata database for the App Service Environment, e.g. "Standard". |
DatabaseServiceObjective |
Gets service objective of the metadata database for the App Service Environment, e.g. "S0". |
DefaultFrontEndScaleFactor |
Gets default Scale Factor for FrontEnds. |
DnsSuffix |
Gets or sets DNS suffix of the App Service Environment. |
DynamicCacheEnabled |
Gets or sets true/false indicating whether the App Service Environment is suspended. The environment can be suspended e.g. when the management endpoint is no longer available (most likely because NSG blocked the incoming traffic). |
EnvironmentCapacities |
Gets current total, used, and available worker capacities. |
EnvironmentIsHealthy |
Gets true/false indicating whether the App Service Environment is healthy. |
EnvironmentStatus |
Gets detailed message about with results of the last check of the App Service Environment. |
FrontEndScaleFactor |
Gets or sets scale factor for front-ends. |
HasLinuxWorkers |
Gets or sets flag that displays whether an ASE has linux workers or not |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
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' |
IpsslAddressCount |
Gets or sets number of IP SSL addresses reserved for the App Service Environment. |
Kind |
Gets or sets kind of resource. |
LastAction |
Gets last deployment action on the App Service Environment. |
LastActionResult |
Gets result of the last deployment action on the App Service Environment. |
Location |
Resource location (Inherited from Resource) |
MaximumNumberOfMachines |
Gets maximum number of VMs in the App Service Environment. |
MultiRoleCount |
Gets or sets number of front-end instances. |
MultiSize |
Gets or sets front-end VM size, e.g. "Medium", "Large". |
Name |
Resource name (Inherited from ProxyResource) |
NetworkAccessControlList |
Gets or sets access control list for controlling traffic to the App Service Environment. |
ProvisioningState |
Gets provisioning state of the App Service Environment. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress', 'Deleting' |
ResourceGroup |
Gets resource group of the App Service Environment. |
SslCertKeyVaultId |
Gets or sets key Vault ID for ILB App Service Environment default SSL certificate |
SslCertKeyVaultSecretName |
Gets or sets key Vault Secret Name for ILB App Service Environment default SSL certificate |
Status |
Gets current status of the App Service Environment. Possible values include: 'Preparing', 'Ready', 'Scaling', 'Deleting' |
SubscriptionId |
Gets subscription of the App Service Environment. |
Suspended |
Gets or sets <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 |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
UpgradeDomains |
Gets number of upgrade domains of the App Service Environment. |
UserWhitelistedIpRanges |
Gets or sets user added ip ranges to whitelist on ASE db |
VipMappings |
Gets description of IP SSL mapping for the App Service Environment. |
VirtualNetwork |
Gets or sets description of the Virtual Network. |
VnetName |
Gets or sets name of the Virtual Network for the App Service Environment. |
VnetResourceGroupName |
Gets or sets resource group of the Virtual Network. |
VnetSubnetName |
Gets or sets subnet of the Virtual Network. |
WorkerPools |
Gets or sets description of worker pools with worker size IDs, VM sizes, and number of workers in each pool. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET