Class SlotSiteConfig
Inheritance
System.Object
SlotSiteConfig
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()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SlotSiteConfig
Fields
View Source
AlwaysOn
Should the app be loaded at all times? Defaults to false.
Declaration
public readonly bool? AlwaysOn
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
AppCommandLine
App command line to launch, e.g. /sbin/myserver -b 0.0.0.0.
Declaration
public readonly string AppCommandLine
Field Value
| Type |
Description |
| System.String |
|
View Source
AutoSwapSlotName
The name of the swap to automatically swap to during deployment
Declaration
public readonly string AutoSwapSlotName
Field Value
| Type |
Description |
| System.String |
|
View Source
Cors
A cors block as defined below.
Declaration
public readonly SlotSiteConfigCors Cors
Field Value
View Source
DefaultDocuments
The ordering of default documents to load, if an address isn't specified.
Declaration
public readonly ImmutableArray<string> DefaultDocuments
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
DotnetFrameworkVersion
Declaration
public readonly string DotnetFrameworkVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
FtpsState
Declaration
public readonly string FtpsState
Field Value
| Type |
Description |
| System.String |
|
View Source
HealthCheckPath
Declaration
public readonly string HealthCheckPath
Field Value
| Type |
Description |
| System.String |
|
View Source
Http2Enabled
Is HTTP2 Enabled on this App Service? Defaults to false.
Declaration
public readonly bool? Http2Enabled
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
IpRestrictions
A list of objects representing ip restrictions as defined below.
Declaration
public readonly ImmutableArray<SlotSiteConfigIpRestriction> IpRestrictions
Field Value
View Source
JavaContainer
The Java Container to use. If specified java_version and java_container_version must also be specified. Possible values are JETTY and TOMCAT.
Declaration
public readonly string JavaContainer
Field Value
| Type |
Description |
| System.String |
|
View Source
JavaContainerVersion
The version of the Java Container to use. If specified java_version and java_container must also be specified.
Declaration
public readonly string JavaContainerVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
JavaVersion
The version of Java to use. If specified java_container and java_container_version must also be specified. Possible values are 1.7, 1.8, and 11 and their specific versions - except for Java 11 (e.g. 1.7.0_80, 1.8.0_181, 11)
Declaration
public readonly string JavaVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
LinuxFxVersion
Declaration
public readonly string LinuxFxVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
LocalMysqlEnabled
Is "MySQL In App" Enabled? This runs a local MySQL instance with your app and shares resources from the App Service plan.
Declaration
public readonly bool? LocalMysqlEnabled
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
ManagedPipelineMode
The Managed Pipeline Mode. Possible values are Integrated and Classic. Defaults to Integrated.
Declaration
public readonly string ManagedPipelineMode
Field Value
| Type |
Description |
| System.String |
|
View Source
MinTlsVersion
The minimum supported TLS version for the app service. Possible values are 1.0, 1.1, and 1.2. Defaults to 1.2 for new app services.
Declaration
public readonly string MinTlsVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
PhpVersion
The version of PHP to use in this App Service Slot. Possible values are 5.5, 5.6, 7.0, 7.1, 7.2, and 7.3.
Declaration
public readonly string PhpVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
PythonVersion
The version of Python to use in this App Service Slot. Possible values are 2.7 and 3.4.
Declaration
public readonly string PythonVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
RemoteDebuggingEnabled
Is Remote Debugging Enabled? Defaults to false.
Declaration
public readonly bool? RemoteDebuggingEnabled
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
RemoteDebuggingVersion
Which version of Visual Studio should the Remote Debugger be compatible with? Possible values are VS2012, VS2013, VS2015, and VS2017.
Declaration
public readonly string RemoteDebuggingVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
ScmType
The type of Source Control enabled for this App Service Slot. Defaults to None. Possible values are: BitbucketGit, BitbucketHg, CodePlexGit, CodePlexHg, Dropbox, ExternalGit, ExternalHg, GitHub, LocalGit, None, OneDrive, Tfs, VSO, and VSTSRM
Declaration
public readonly string ScmType
Field Value
| Type |
Description |
| System.String |
|
View Source
Use32BitWorkerProcess
Should the App Service Slot run in 32 bit mode, rather than 64 bit mode?
Declaration
public readonly bool? Use32BitWorkerProcess
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
WebsocketsEnabled
Should WebSockets be enabled?
Declaration
public readonly bool? WebsocketsEnabled
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
WindowsFxVersion
Declaration
public readonly string WindowsFxVersion
Field Value
| Type |
Description |
| System.String |
|