Show / Hide Table of Contents

Class GetAppServiceSiteConfigResult

Inheritance
System.Object
GetAppServiceSiteConfigResult
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 GetAppServiceSiteConfigResult

Fields

View Source

AlwaysOn

Is the app be loaded at all times?

Declaration
public readonly bool AlwaysOn
Field Value
Type Description
System.Boolean
View Source

AppCommandLine

App command line to launch.

Declaration
public readonly string AppCommandLine
Field Value
Type Description
System.String
View Source

Cors

A cors block as defined above.

Declaration
public readonly ImmutableArray<GetAppServiceSiteConfigCorResult> Cors
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAppServiceSiteConfigCorResult>
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.

Declaration
public readonly string DotnetFrameworkVersion
Field Value
Type Description
System.String
View Source

FtpsState

State of FTP / FTPS service for this AppService.

Declaration
public readonly string FtpsState
Field Value
Type Description
System.String
View Source

HealthCheckPath

The health check path to be pinged by App Service.

Declaration
public readonly string HealthCheckPath
Field Value
Type Description
System.String
View Source

Http2Enabled

Is HTTP2 Enabled on this App Service?

Declaration
public readonly bool Http2Enabled
Field Value
Type Description
System.Boolean
View Source

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>
View Source

JavaContainer

The Java Container in use.

Declaration
public readonly string JavaContainer
Field Value
Type Description
System.String
View Source

JavaContainerVersion

The version of the Java Container in use.

Declaration
public readonly string JavaContainerVersion
Field Value
Type Description
System.String
View Source

JavaVersion

The version of Java in use.

Declaration
public readonly string JavaVersion
Field Value
Type Description
System.String
View Source

LinuxFxVersion

Linux App Framework and version for the AppService.

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.Boolean
View Source

ManagedPipelineMode

The Managed Pipeline Mode used in this App Service.

Declaration
public readonly string ManagedPipelineMode
Field Value
Type Description
System.String
View Source

MinTlsVersion

The minimum supported TLS version for this App Service.

Declaration
public readonly string MinTlsVersion
Field Value
Type Description
System.String
View Source

PhpVersion

The version of PHP used in this App Service.

Declaration
public readonly string PhpVersion
Field Value
Type Description
System.String
View Source

PythonVersion

The version of Python used in this App Service.

Declaration
public readonly string PythonVersion
Field Value
Type Description
System.String
View Source

RemoteDebuggingEnabled

Is Remote Debugging Enabled in this App Service?

Declaration
public readonly bool RemoteDebuggingEnabled
Field Value
Type Description
System.Boolean
View Source

RemoteDebuggingVersion

Which version of Visual Studio is the Remote Debugger compatible with?

Declaration
public readonly string RemoteDebuggingVersion
Field Value
Type Description
System.String
View Source

ScmType

The type of Source Control enabled for this App Service.

Declaration
public readonly string ScmType
Field Value
Type Description
System.String
View Source

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
View Source

WebsocketsEnabled

Are WebSockets enabled for this App Service?

Declaration
public readonly bool WebsocketsEnabled
Field Value
Type Description
System.Boolean
View Source

WindowsFxVersion

Windows Container Docker Image for the AppService.

Declaration
public readonly string WindowsFxVersion
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.