Class GetAppServiceSiteConfigResult
Inheritance
Inherited Members
Namespace: Pulumi.Azure.AppService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAppServiceSiteConfigResult
Fields
View SourceAlwaysOn
Is the app be loaded at all times?
Declaration
public readonly bool AlwaysOn
Field Value
| Type | Description |
|---|---|
| System.Boolean |
AppCommandLine
App command line to launch.
Declaration
public readonly string AppCommandLine
Field Value
| Type | Description |
|---|---|
| System.String |
Cors
A cors block as defined above.
Declaration
public readonly ImmutableArray<GetAppServiceSiteConfigCorResult> Cors
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAppServiceSiteConfigCorResult> |
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> |
DotnetFrameworkVersion
The version of the .net framework's CLR used in this App Service.
Declaration
public readonly string DotnetFrameworkVersion
Field Value
| Type | Description |
|---|---|
| System.String |
FtpsState
State of FTP / FTPS service for this AppService.
Declaration
public readonly string FtpsState
Field Value
| Type | Description |
|---|---|
| System.String |
HealthCheckPath
The health check path to be pinged by App Service.
Declaration
public readonly string HealthCheckPath
Field Value
| Type | Description |
|---|---|
| System.String |
Http2Enabled
Is HTTP2 Enabled on this App Service?
Declaration
public readonly bool Http2Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IpRestrictions
One or more ip_restriction blocks as defined above.
Declaration
public readonly ImmutableArray<GetAppServiceSiteConfigIpRestrictionResult> IpRestrictions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAppServiceSiteConfigIpRestrictionResult> |
JavaContainer
The Java Container in use.
Declaration
public readonly string JavaContainer
Field Value
| Type | Description |
|---|---|
| System.String |
JavaContainerVersion
The version of the Java Container in use.
Declaration
public readonly string JavaContainerVersion
Field Value
| Type | Description |
|---|---|
| System.String |
JavaVersion
The version of Java in use.
Declaration
public readonly string JavaVersion
Field Value
| Type | Description |
|---|---|
| System.String |
LinuxFxVersion
Linux App Framework and version for the AppService.
Declaration
public readonly string LinuxFxVersion
Field Value
| Type | Description |
|---|---|
| System.String |
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.Boolean |
ManagedPipelineMode
The Managed Pipeline Mode used in this App Service.
Declaration
public readonly string ManagedPipelineMode
Field Value
| Type | Description |
|---|---|
| System.String |
MinTlsVersion
The minimum supported TLS version for this App Service.
Declaration
public readonly string MinTlsVersion
Field Value
| Type | Description |
|---|---|
| System.String |
PhpVersion
The version of PHP used in this App Service.
Declaration
public readonly string PhpVersion
Field Value
| Type | Description |
|---|---|
| System.String |
PythonVersion
The version of Python used in this App Service.
Declaration
public readonly string PythonVersion
Field Value
| Type | Description |
|---|---|
| System.String |
RemoteDebuggingEnabled
Is Remote Debugging Enabled in this App Service?
Declaration
public readonly bool RemoteDebuggingEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
RemoteDebuggingVersion
Which version of Visual Studio is the Remote Debugger compatible with?
Declaration
public readonly string RemoteDebuggingVersion
Field Value
| Type | Description |
|---|---|
| System.String |
ScmType
The type of Source Control enabled for this App Service.
Declaration
public readonly string ScmType
Field Value
| Type | Description |
|---|---|
| System.String |
Use32BitWorkerProcess
Does the App Service run in 32 bit mode, rather than 64 bit mode?
Declaration
public readonly bool Use32BitWorkerProcess
Field Value
| Type | Description |
|---|---|
| System.Boolean |
WebsocketsEnabled
Are WebSockets enabled for this App Service?
Declaration
public readonly bool WebsocketsEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
WindowsFxVersion
Windows Container Docker Image for the AppService.
Declaration
public readonly string WindowsFxVersion
Field Value
| Type | Description |
|---|---|
| System.String |