Web Apps - Get Configuration
Description for Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web?api-version=2025-03-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
name
|
path | True |
string |
Name of the app. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
Name of the resource group to which the resource belongs. |
|
subscription
|
path | True |
string |
Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). |
|
api-version
|
query | True |
string |
API Version |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
|
| Other Status Codes |
App Service error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
Get Site Config
Sample request
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/sitef6141/config/web?api-version=2025-03-01
Sample response
{
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/sitef6141/config/web",
"name": "web",
"type": "Microsoft.Web/sites/config",
"kind": "app",
"properties": {
"numberOfWorkers": 1,
"defaultDocuments": [
"Default.htm",
"Default.html",
"Default.asp",
"index.htm",
"index.html",
"iisstart.htm",
"default.aspx",
"index.php",
"hostingstart.html"
],
"netFrameworkVersion": "v4.0",
"phpVersion": "5.6",
"pythonVersion": "",
"nodeVersion": "",
"powerShellVersion": "",
"linuxFxVersion": "",
"requestTracingEnabled": false,
"remoteDebuggingEnabled": false,
"httpLoggingEnabled": false,
"acrUseManagedIdentityCreds": false,
"logsDirectorySizeLimit": 35,
"detailedErrorLoggingEnabled": false,
"use32BitWorkerProcess": true,
"webSocketsEnabled": false,
"alwaysOn": false,
"appCommandLine": "",
"managedPipelineMode": "Integrated",
"virtualApplications": [
{
"virtualPath": "/",
"physicalPath": "site\\wwwroot",
"preloadEnabled": false
}
],
"loadBalancing": "LeastRequests",
"autoHealEnabled": false,
"vnetName": "",
"vnetRouteAllEnabled": false,
"vnetPrivatePortsCount": 0,
"http20Enabled": false,
"minTlsVersion": "1.2",
"scmMinTlsVersion": "1.2",
"ftpsState": "AllAllowed",
"functionAppScaleLimit": 0,
"functionsRuntimeScaleMonitoringEnabled": false,
"minimumElasticInstanceCount": 0,
"azureStorageAccounts": {}
}
}
Definitions
| Name | Description |
|---|---|
|
Api |
Information about the formal API definition for the app. |
|
Api |
Azure API management (APIM) configuration linked to the app. |
|
Auto |
Actions which to take by the auto-heal module when a rule is triggered. |
|
Auto |
Predefined action to be taken. |
|
Auto |
Custom action to be executed when an auto heal rule is triggered. |
|
Auto |
Rules that can be defined for auto-heal. |
|
Auto |
Triggers for auto-heal. |
|
Azure |
Azure Files or Blob Storage access information value for dictionary storage. |
|
Azure |
Mounting protocol to use for the storage account. |
|
Azure |
State of the storage account. |
|
Azure |
Type of storage. |
|
Connection |
Type of database. |
|
Conn |
Database connection string information. |
|
Cors |
Cross-Origin Resource Sharing (CORS) settings for the app. |
|
Default |
Default action for main access restriction if no rules are matched. |
|
Default |
App Service error response. |
| Details | |
| Error |
Error model. |
| Experiments |
Routing rules in production experiments. |
|
Ftps |
State of FTP / FTPS service |
|
Handler |
The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension. |
|
Ip |
Defines what this IP filter will be used for. This is to support IP filtering on proxies. |
|
Ip |
IP security restriction on an app. |
|
Managed |
Managed pipeline mode. |
|
Name |
Name value pair. |
|
Push |
Push settings for the App. |
|
Ramp |
Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance. |
|
Requests |
Trigger based on total requests. |
|
Scm |
SCM type. |
|
Site |
Web app configuration ARM resource. |
|
Site |
Metric limits set on an app. |
|
Site |
Site load balancing. |
|
Site |
MachineKey of an app. |
|
Slow |
Trigger based on request execution time. |
|
Status |
Trigger based on status code. |
|
Status |
Trigger based on range of status codes. |
|
Supported |
MinTlsVersion: configures the minimum version of TLS required for SSL requests |
|
Tls |
The minimum strength TLS cipher suite allowed for an application |
|
Virtual |
Virtual application in an app. |
|
Virtual |
Directory for virtual application. |
ApiDefinitionInfo
Information about the formal API definition for the app.
| Name | Type | Description |
|---|---|---|
| url |
string |
The URL of the API definition. |
ApiManagementConfig
Azure API management (APIM) configuration linked to the app.
| Name | Type | Description |
|---|---|---|
| id |
string |
APIM-Api Identifier. |
AutoHealActions
Actions which to take by the auto-heal module when a rule is triggered.
| Name | Type | Description |
|---|---|---|
| actionType |
Predefined action to be taken. |
|
| customAction |
Custom action to be taken. |
|
| minProcessExecutionTime |
string |
Minimum time the process must execute before taking the action |
AutoHealActionType
Predefined action to be taken.
| Value | Description |
|---|---|
| Recycle | |
| LogEvent | |
| CustomAction |
AutoHealCustomAction
Custom action to be executed when an auto heal rule is triggered.
| Name | Type | Description |
|---|---|---|
| exe |
string |
Executable to be run. |
| parameters |
string |
Parameters for the executable. |
AutoHealRules
Rules that can be defined for auto-heal.
| Name | Type | Description |
|---|---|---|
| actions |
Actions to be executed when a rule is triggered. |
|
| triggers |
Conditions that describe when to execute the auto-heal actions. |
AutoHealTriggers
Triggers for auto-heal.
| Name | Type | Description |
|---|---|---|
| privateBytesInKB |
integer (int32) |
A rule based on private bytes. |
| requests |
A rule based on total requests. |
|
| slowRequests |
A rule based on request execution time. |
|
| slowRequestsWithPath |
A rule based on multiple Slow Requests Rule with path |
|
| statusCodes |
A rule based on status codes. |
|
| statusCodesRange |
A rule based on status codes ranges. |
AzureStorageInfoValue
Azure Files or Blob Storage access information value for dictionary storage.
| Name | Type | Description |
|---|---|---|
| accessKey |
string |
Access key for the storage account. |
| accountName |
string |
Name of the storage account. |
| mountPath |
string |
Path to mount the storage within the site's runtime environment. |
| protocol |
Mounting protocol to use for the storage account. |
|
| shareName |
string |
Name of the file share (container name, for Blob storage). |
| state |
State of the storage account. |
|
| type |
Type of storage. |
AzureStorageProtocol
Mounting protocol to use for the storage account.
| Value | Description |
|---|---|
| Smb | |
| Http | |
| Nfs |
AzureStorageState
State of the storage account.
| Value | Description |
|---|---|
| Ok | |
| InvalidCredentials | |
| InvalidShare | |
| NotValidated |
AzureStorageType
Type of storage.
| Value | Description |
|---|---|
| AzureFiles | |
| AzureBlob |
ConnectionStringType
Type of database.
| Value | Description |
|---|---|
| MySql | |
| SQLServer | |
| SQLAzure | |
| Custom | |
| NotificationHub | |
| ServiceBus | |
| EventHub | |
| ApiHub | |
| DocDb | |
| RedisCache | |
| PostgreSQL |
ConnStringInfo
Database connection string information.
| Name | Type | Description |
|---|---|---|
| connectionString |
string |
Connection string value. |
| name |
string |
Name of connection string. |
| type |
Type of database. |
CorsSettings
Cross-Origin Resource Sharing (CORS) settings for the app.
| Name | Type | Description |
|---|---|---|
| allowedOrigins |
string[] |
Gets or sets the list of origins that should be allowed to make cross-origin
calls (for example: |
| supportCredentials |
boolean |
Gets or sets whether CORS requests with credentials are allowed. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials for more details. |
DefaultAction
Default action for main access restriction if no rules are matched.
| Value | Description |
|---|---|
| Allow | |
| Deny |
DefaultErrorResponse
App Service error response.
| Name | Type | Description |
|---|---|---|
| error |
Error model. |
Details
| Name | Type | Description |
|---|---|---|
| code |
string |
Standardized string to programmatically identify the error. |
| message |
string |
Detailed error description and debugging information. |
| target |
string |
Detailed error description and debugging information. |
Error
Error model.
| Name | Type | Description |
|---|---|---|
| code |
string |
Standardized string to programmatically identify the error. |
| details |
Details[] |
Detailed errors. |
| innererror |
string |
More information to debug error. |
| message |
string |
Detailed error description and debugging information. |
| target |
string |
Detailed error description and debugging information. |
Experiments
Routing rules in production experiments.
| Name | Type | Description |
|---|---|---|
| rampUpRules |
List of ramp-up rules. |
FtpsState
State of FTP / FTPS service
| Value | Description |
|---|---|
| AllAllowed | |
| FtpsOnly | |
| Disabled |
HandlerMapping
The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.
| Name | Type | Description |
|---|---|---|
| arguments |
string |
Command-line arguments to be passed to the script processor. |
| extension |
string |
Requests with this extension will be handled using the specified FastCGI application. |
| scriptProcessor |
string |
The absolute path to the FastCGI application. |
IpFilterTag
Defines what this IP filter will be used for. This is to support IP filtering on proxies.
| Value | Description |
|---|---|
| Default | |
| XffProxy | |
| ServiceTag |
IpSecurityRestriction
IP security restriction on an app.
| Name | Type | Description |
|---|---|---|
| action |
string |
Allow or Deny access for this IP range. |
| description |
string |
IP restriction rule description. |
| headers |
object |
IP restriction rule headers. X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples). The matching logic is ..
X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples). The matching logic is ..
X-Azure-FDID and X-FD-HealthProbe. The matching logic is exact match. |
| ipAddress |
string |
IP address the security restriction is valid for. It can be in form of pure ipv4 address (required SubnetMask property) or CIDR notation such as ipv4/mask (leading bit match). For CIDR, SubnetMask property must not be specified. |
| name |
string |
IP restriction rule name. |
| priority |
integer (int32) |
Priority of IP restriction rule. |
| subnetMask |
string |
Subnet mask for the range of IP addresses the restriction is valid for. |
| subnetTrafficTag |
integer (int32) |
(internal) Subnet traffic tag |
| tag |
Defines what this IP filter will be used for. This is to support IP filtering on proxies. |
|
| vnetSubnetResourceId |
string |
Virtual network resource id |
| vnetTrafficTag |
integer (int32) |
(internal) Vnet traffic tag |
ManagedPipelineMode
Managed pipeline mode.
| Value | Description |
|---|---|
| Integrated | |
| Classic |
NameValuePair
Name value pair.
| Name | Type | Description |
|---|---|---|
| name |
string |
Pair name. |
| value |
string |
Pair value. |
PushSettings
Push settings for the App.
| Name | Type | Description |
|---|---|---|
| id |
string |
Resource Id. |
| kind |
string |
Kind of resource. |
| name |
string |
Resource Name. |
| properties.dynamicTagsJson |
string |
Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. |
| properties.isPushEnabled |
boolean |
Gets or sets a flag indicating whether the Push endpoint is enabled. |
| properties.tagWhitelistJson |
string |
Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. |
| properties.tagsRequiringAuth |
string |
Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler. |
| type |
string |
Resource type. |
RampUpRule
Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.
| Name | Type | Description |
|---|---|---|
| actionHostName |
string |
Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net. |
| changeDecisionCallbackUrl |
string |
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. |
| changeIntervalInMinutes |
integer (int32) |
Specifies interval in minutes to reevaluate ReroutePercentage. |
| changeStep |
number (double) |
In auto ramp up scenario this is the step to add/remove from |
| maxReroutePercentage |
number (double) |
Specifies upper boundary below which ReroutePercentage will stay. |
| minReroutePercentage |
number (double) |
Specifies lower boundary above which ReroutePercentage will stay. |
| name |
string |
Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. |
| reroutePercentage |
number (double) |
Percentage of the traffic which will be redirected to |
RequestsBasedTrigger
Trigger based on total requests.
| Name | Type | Description |
|---|---|---|
| count |
integer (int32) |
Request Count. |
| timeInterval |
string |
Time interval. |
ScmType
SCM type.
| Value | Description |
|---|---|
| None | |
| Dropbox | |
| Tfs | |
| LocalGit | |
| GitHub | |
| CodePlexGit | |
| CodePlexHg | |
| BitbucketGit | |
| BitbucketHg | |
| ExternalGit | |
| ExternalHg | |
| OneDrive | |
| VSO | |
| VSTSRM |
SiteConfigResource
Web app configuration ARM resource.
| Name | Type | Default value | Description |
|---|---|---|---|
| id |
string |
Resource Id. |
|
| kind |
string |
Kind of resource. |
|
| name |
string |
Resource Name. |
|
| properties.acrUseManagedIdentityCreds |
boolean |
Flag to use Managed Identity Creds for ACR pull |
|
| properties.acrUserManagedIdentityID |
string |
If using user managed identity, the user managed identity ClientId |
|
| properties.alwaysOn |
boolean |
|
|
| properties.apiDefinition |
Information about the formal API definition for the app. |
||
| properties.apiManagementConfig |
Azure API management settings linked to the app. |
||
| properties.appCommandLine |
string |
App command line to launch. |
|
| properties.appSettings |
Application settings. This property is not returned in response to normal create and read requests since it may contain sensitive information. |
||
| properties.autoHealEnabled |
boolean |
|
|
| properties.autoHealRules |
Auto Heal rules. |
||
| properties.autoSwapSlotName |
string |
Auto-swap slot name. |
|
| properties.azureStorageAccounts |
<string,
Azure |
List of Azure Storage Accounts. |
|
| properties.connectionStrings |
Connection strings. This property is not returned in response to normal create and read requests since it may contain sensitive information. |
||
| properties.cors |
Cross-Origin Resource Sharing (CORS) settings. |
||
| properties.defaultDocuments |
string[] |
Default documents. |
|
| properties.detailedErrorLoggingEnabled |
boolean |
|
|
| properties.documentRoot |
string |
Document root. |
|
| properties.elasticWebAppScaleLimit |
integer (int32) minimum: 0 |
Maximum number of workers that a site can scale out to.
This setting only applies to apps in plans where ElasticScaleEnabled is |
|
| properties.experiments |
This is work around for polymorphic types. |
||
| properties.ftpsState |
State of FTP / FTPS service |
||
| properties.functionAppScaleLimit |
integer (int32) minimum: 0 |
Maximum number of workers that a site can scale out to. This setting only applies to the Consumption and Elastic Premium Plans |
|
| properties.functionsRuntimeScaleMonitoringEnabled |
boolean |
Gets or sets a value indicating whether functions runtime scale monitoring is enabled. When enabled, the ScaleController will not monitor event sources directly, but will instead call to the runtime to get scale status. |
|
| properties.handlerMappings |
Handler mappings. |
||
| properties.healthCheckPath |
string |
Health check path |
|
| properties.http20Enabled |
boolean |
True |
Http20Enabled: configures a web site to allow clients to connect over http2.0 |
| properties.http20ProxyFlag |
integer (int32) |
0 |
Http20ProxyFlag: Configures a website to allow http2.0 to pass be proxied all the way to the app. 0 = disabled, 1 = pass through all http2 traffic, 2 = pass through gRPC only. |
| properties.httpLoggingEnabled |
boolean |
|
|
| properties.ipSecurityRestrictions |
IP security restrictions for main. |
||
| properties.ipSecurityRestrictionsDefaultAction |
Default action for main access restriction if no rules are matched. |
||
| properties.javaContainer |
string |
Java container. |
|
| properties.javaContainerVersion |
string |
Java container version. |
|
| properties.javaVersion |
string |
Java version. |
|
| properties.keyVaultReferenceIdentity |
string |
Identity to use for Key Vault Reference authentication. |
|
| properties.limits |
Site limits. |
||
| properties.linuxFxVersion |
string |
Linux App Framework and version |
|
| properties.loadBalancing |
Site load balancing. |
||
| properties.localMySqlEnabled |
boolean |
False |
|
| properties.logsDirectorySizeLimit |
integer (int32) |
HTTP logs directory size limit. |
|
| properties.machineKey |
Site MachineKey. |
||
| properties.managedPipelineMode |
Managed pipeline mode. |
||
| properties.managedServiceIdentityId |
integer (int32) |
Managed Service Identity Id |
|
| properties.metadata |
Application metadata. This property cannot be retrieved, since it may contain secrets. |
||
| properties.minTlsCipherSuite |
The minimum strength TLS cipher suite allowed for an application |
||
| properties.minTlsVersion |
MinTlsVersion: configures the minimum version of TLS required for SSL requests |
||
| properties.minimumElasticInstanceCount |
integer (int32) minimum: 0maximum: 20 |
Number of minimum instance count for a site This setting only applies to the Elastic Plans |
|
| properties.netFrameworkVersion |
string |
v4.6 |
.NET Framework version. |
| properties.nodeVersion |
string |
Version of Node.js. |
|
| properties.numberOfWorkers |
integer (int32) |
Number of workers. |
|
| properties.phpVersion |
string |
Version of PHP. |
|
| properties.powerShellVersion |
string |
Version of PowerShell. |
|
| properties.preWarmedInstanceCount |
integer (int32) minimum: 0maximum: 10 |
Number of preWarmed instances. This setting only applies to the Consumption and Elastic Plans |
|
| properties.publicNetworkAccess |
string |
Property to allow or block all public traffic. |
|
| properties.publishingUsername |
string |
Publishing user name. |
|
| properties.push |
Push endpoint settings. |
||
| properties.pythonVersion |
string |
Version of Python. |
|
| properties.remoteDebuggingEnabled |
boolean |
|
|
| properties.remoteDebuggingVersion |
string |
Remote debugging version. |
|
| properties.requestTracingEnabled |
boolean |
|
|
| properties.requestTracingExpirationTime |
string (date-time) |
Request tracing expiration time. |
|
| properties.scmIpSecurityRestrictions |
IP security restrictions for scm. |
||
| properties.scmIpSecurityRestrictionsDefaultAction |
Default action for scm access restriction if no rules are matched. |
||
| properties.scmIpSecurityRestrictionsUseMain |
boolean |
IP security restrictions for scm to use main. |
|
| properties.scmMinTlsVersion |
ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site |
||
| properties.scmType |
SCM type. |
||
| properties.tracingOptions |
string |
Tracing options. |
|
| properties.use32BitWorkerProcess |
boolean |
|
|
| properties.virtualApplications |
Virtual applications. |
||
| properties.vnetName |
string |
Virtual Network name. |
|
| properties.vnetPrivatePortsCount |
integer (int32) |
The number of private ports assigned to this app. These will be assigned dynamically on runtime. |
|
| properties.vnetRouteAllEnabled |
boolean |
Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. |
|
| properties.webSocketsEnabled |
boolean |
|
|
| properties.websiteTimeZone |
string |
Sets the time zone a site uses for generating timestamps. Compatible with Linux and Windows App Service. Setting the WEBSITE_TIME_ZONE app setting takes precedence over this config. For Linux, expects tz database values https://www.iana.org/time-zones (for a quick reference see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). For Windows, expects one of the time zones listed under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones |
|
| properties.windowsFxVersion |
string |
Xenon App Framework and version |
|
| properties.xManagedServiceIdentityId |
integer (int32) |
Explicit Managed Service Identity Id |
|
| type |
string |
Resource type. |
SiteLimits
Metric limits set on an app.
| Name | Type | Description |
|---|---|---|
| maxDiskSizeInMb |
integer (int64) |
Maximum allowed disk size usage in MB. |
| maxMemoryInMb |
integer (int64) |
Maximum allowed memory usage in MB. |
| maxPercentageCpu |
number (double) |
Maximum allowed CPU usage percentage. |
SiteLoadBalancing
Site load balancing.
| Value | Description |
|---|---|
| WeightedRoundRobin | |
| LeastRequests | |
| LeastResponseTime | |
| WeightedTotalTraffic | |
| RequestHash | |
| PerSiteRoundRobin | |
| LeastRequestsWithTieBreaker |
SiteMachineKey
MachineKey of an app.
| Name | Type | Description |
|---|---|---|
| decryption |
string |
Algorithm used for decryption. |
| decryptionKey |
string |
Decryption key. |
| validation |
string |
MachineKey validation. |
| validationKey |
string |
Validation key. |
SlowRequestsBasedTrigger
Trigger based on request execution time.
| Name | Type | Description |
|---|---|---|
| count |
integer (int32) |
Request Count. |
| path |
string |
Request Path. |
| timeInterval |
string |
Time interval. |
| timeTaken |
string |
Time taken. |
StatusCodesBasedTrigger
Trigger based on status code.
| Name | Type | Description |
|---|---|---|
| count |
integer (int32) |
Request Count. |
| path |
string |
Request Path |
| status |
integer (int32) |
HTTP status code. |
| subStatus |
integer (int32) |
Request Sub Status. |
| timeInterval |
string |
Time interval. |
| win32Status |
integer (int32) |
Win32 error code. |
StatusCodesRangeBasedTrigger
Trigger based on range of status codes.
| Name | Type | Description |
|---|---|---|
| count |
integer (int32) |
Request Count. |
| path |
string |
|
| statusCodes |
string |
HTTP status code. |
| timeInterval |
string |
Time interval. |
SupportedTlsVersions
MinTlsVersion: configures the minimum version of TLS required for SSL requests
| Value | Description |
|---|---|
| 1.0 | |
| 1.1 | |
| 1.2 | |
| 1.3 |
TlsCipherSuites
The minimum strength TLS cipher suite allowed for an application
| Value | Description |
|---|---|
| TLS_AES_256_GCM_SHA384 | |
| TLS_AES_128_GCM_SHA256 | |
| TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | |
| TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | |
| TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | |
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | |
| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | |
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | |
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | |
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | |
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | |
| TLS_RSA_WITH_AES_256_GCM_SHA384 | |
| TLS_RSA_WITH_AES_128_GCM_SHA256 | |
| TLS_RSA_WITH_AES_256_CBC_SHA256 | |
| TLS_RSA_WITH_AES_128_CBC_SHA256 | |
| TLS_RSA_WITH_AES_256_CBC_SHA | |
| TLS_RSA_WITH_AES_128_CBC_SHA |
VirtualApplication
Virtual application in an app.
| Name | Type | Description |
|---|---|---|
| physicalPath |
string |
Physical path. |
| preloadEnabled |
boolean |
|
| virtualDirectories |
Virtual directories for virtual application. |
|
| virtualPath |
string |
Virtual path. |
VirtualDirectory
Directory for virtual application.
| Name | Type | Description |
|---|---|---|
| physicalPath |
string |
Physical path. |
| virtualPath |
string |
Path to virtual application. |