Class EnvironmentState
Inherited Members
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 EnvironmentState : ResourceArgs
Constructors
View SourceEnvironmentState()
Declaration
public EnvironmentState()
Properties
View SourceFrontEndScaleFactor
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> |
InternalLoadBalancingMode
Declaration
public Input<string> InternalLoadBalancingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The location where the App Service Environment exists.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |