Show / Hide Table of Contents

Class EnvironmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EnvironmentArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EnvironmentArgs : ResourceArgs

Constructors

View Source

EnvironmentArgs()

Declaration
public EnvironmentArgs()

Properties

View Source

FrontEndScaleFactor

Scale factor for front end instances. Possible values are between 5 and 15. Defaults to 15.

Declaration
public Input<int> FrontEndScaleFactor { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

InternalLoadBalancingMode

Declaration
public Input<string> InternalLoadBalancingMode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the App Service Environment. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PricingTier

Pricing tier for the front end instances. Possible values are I1, I2 and I3. Defaults to I1.

Declaration
public Input<string> PricingTier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the Resource Group where the App Service Environment exists. Defaults to the Resource Group of the Subnet (specified by subnet_id).

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubnetId

The ID of the Subnet which the App Service Environment should be connected to. Changing this forces a new resource to be created.

Declaration
public Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource. Changing this forces a new resource to be created.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.