Show / Hide Table of Contents

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()
Namespace: Pulumi.Azure.AppService.Outputs
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
Type Description
SlotSiteConfigCors
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

The version of the .net framework's CLR used in this App Service Slot. Possible values are v2.0 (which will use the latest version of the .net framework for the .net CLR v2 - currently .net 3.5) and v4.0 (which corresponds to the latest version of the .net CLR v4 - which at the time of writing is .net 4.7.1). For more information on which .net CLR version to use based on the .net framework you're targeting - please see this table. Defaults to v4.0.

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
Type Description
System.Collections.Immutable.ImmutableArray<SlotSiteConfigIpRestriction>
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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.