Class FunctionAppSiteConfig
Inheritance
Inherited Members
Namespace: Pulumi.Azure.AppService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FunctionAppSiteConfig
Fields
View SourceAlwaysOn
Should the Function App be loaded at all times? Defaults to false.
Declaration
public readonly bool? AlwaysOn
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Cors
A cors block as defined below.
Declaration
public readonly FunctionAppSiteConfigCors Cors
Field Value
| Type | Description |
|---|---|
| FunctionAppSiteConfigCors |
FtpsState
State of FTP / FTPS service for this function app. Possible values include: AllAllowed, FtpsOnly and Disabled.
Declaration
public readonly string FtpsState
Field Value
| Type | Description |
|---|---|
| System.String |
Http2Enabled
Specifies whether or not the http2 protocol should be enabled. Defaults to false.
Declaration
public readonly bool? Http2Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IpRestrictions
A list of objects representing ip restrictions as defined below.
Declaration
public readonly ImmutableArray<FunctionAppSiteConfigIpRestriction> IpRestrictions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<FunctionAppSiteConfigIpRestriction> |
LinuxFxVersion
Linux App Framework and version for the AppService, e.g. DOCKER|(golang:latest).
Declaration
public readonly string LinuxFxVersion
Field Value
| Type | Description |
|---|---|
| System.String |
MinTlsVersion
The minimum supported TLS version for the function app. Possible values are 1.0, 1.1, and 1.2. Defaults to 1.2 for new function apps.
Declaration
public readonly string MinTlsVersion
Field Value
| Type | Description |
|---|---|
| System.String |
PreWarmedInstanceCount
The number of pre-warmed instances for this function app. Only affects apps on the Premium plan.
Declaration
public readonly int? PreWarmedInstanceCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Use32BitWorkerProcess
Should the Function App run in 32 bit mode, rather than 64 bit mode? Defaults to true.
Declaration
public readonly bool? Use32BitWorkerProcess
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
WebsocketsEnabled
Should WebSockets be enabled?
Declaration
public readonly bool? WebsocketsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |