共用方式為


Web Apps - List Configurations

列出應用程式的設定的說明

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config?api-version=2025-03-01

URI 參數

名稱 位於 必要 類型 Description
name
path True

string

應用程式的名稱。

resourceGroupName
path True

string

minLength: 1
maxLength: 90
pattern: ^[-\w\._\(\)]+[^\.]$

資源所屬資源群組的名稱。

subscriptionId
path True

string

您的 Azure 訂用帳戶識別碼。 這是 GUID 格式的字串(例如 0000000000-0000-0000-0000-0000000000000000)。

api-version
query True

string

API 版本

回應

名稱 類型 Description
200 OK

SiteConfigResourceCollection

OK

Other Status Codes

DefaultErrorResponse

App Service 錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 流

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

List web app configurations

範例要求

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/sitef6141/config?api-version=2025-03-01

範例回覆

{
  "value": [
    {
      "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": {}
      }
    }
  ]
}

定義

名稱 Description
ApiDefinitionInfo

應用程式正式 API 定義的相關信息。

ApiManagementConfig

連結至應用程式的 Azure API 管理 (APIM) 設定。

AutoHealActions

觸發規則時自動修復模組要採取的動作。

AutoHealActionType

要採取的預先定義動作。

AutoHealCustomAction

觸發自動修復規則時要執行的自訂動作。

AutoHealRules

可定義自動修復的規則。

AutoHealTriggers

自動修復的觸發器。

AzureStorageInfoValue

字典儲存體的 Azure 檔案儲存體或 Blob 儲存體存取資訊值。

AzureStorageProtocol

掛接要用於記憶體帳戶的通訊協定。

AzureStorageState

儲存體帳戶的狀態。

AzureStorageType

記憶體的類型。

ConnectionStringType

資料庫的類型。

ConnStringInfo

資料庫連接字串資訊。

CorsSettings

應用程式的跨來源資源共用 (CORS) 設定。

DefaultAction

如果沒有符合任何規則,則主要存取限制的默認動作。

DefaultErrorResponse

App Service 錯誤回應。

Details
Error

錯誤模型。

Experiments

生產實驗中的路由規則。

FtpsState

FTP / FTPS 服務的狀態

HandlerMapping

IIS 處理常式對應用來定義哪個處理常式處理具有特定副檔名的 HTTP 要求。 例如,它用來配置 php-cgi.exe 處理程序來處理所有副檔名為 *.php 的 HTTP 請求。

IpFilterTag

定義此IP篩選器將用於哪些專案。 這是為了支援 Proxy 的IP篩選。

IpSecurityRestriction

應用程式的 IP 安全性限制。

ManagedPipelineMode

受控管線模式。

NameValuePair

名稱值組。

PushSettings

推送應用程序的設置。

RampUpRule

用於加速測試的路由規則。 此規則允許將靜態流量 % 重新導向到插槽,或根據效能逐步變更路由 %。

RequestsBasedTrigger

根據請求總數觸發。

ScmType

SCM 類型。

SiteConfigResource

Web 應用程式設定 ARM 資源。

SiteConfigResourceCollection

網站設定的集合。

SiteLimits

在應用程式上設定的計量限制。

SiteLoadBalancing

網站負載平衡。

SiteMachineKey

MachineKey 的 MachineKey。

SlowRequestsBasedTrigger

根據請求執行時間觸發。

StatusCodesBasedTrigger

根據狀態碼觸發。

StatusCodesRangeBasedTrigger

根據狀態碼範圍觸發。

SupportedTlsVersions

MinTlsVersion:設定 SSL 要求所需的最低 TLS 版本

TlsCipherSuites

應用程式允許的最小強度 TLS 加密套件

VirtualApplication

應用程序中的虛擬應用程序。

VirtualDirectory

虛擬應用程式的目錄。

ApiDefinitionInfo

應用程式正式 API 定義的相關信息。

名稱 類型 Description
url

string

API 定義的 URL。

ApiManagementConfig

連結至應用程式的 Azure API 管理 (APIM) 設定。

名稱 類型 Description
id

string

APIM-Api 標識碼。

AutoHealActions

觸發規則時自動修復模組要採取的動作。

名稱 類型 Description
actionType

AutoHealActionType

要採取的預先定義動作。

customAction

AutoHealCustomAction

要採取的自定義動作。

minProcessExecutionTime

string

處理程序在採取動作之前必須執行的最短時間

AutoHealActionType

要採取的預先定義動作。

Description
Recycle
LogEvent
CustomAction

AutoHealCustomAction

觸發自動修復規則時要執行的自訂動作。

名稱 類型 Description
exe

string

要執行的可執行檔。

parameters

string

可執行文件的參數。

AutoHealRules

可定義自動修復的規則。

名稱 類型 Description
actions

AutoHealActions

觸發規則時要執行的動作。

triggers

AutoHealTriggers

描述何時執行自動癒合動作的條件。

AutoHealTriggers

自動修復的觸發器。

名稱 類型 Description
privateBytesInKB

integer (int32)

以私用位元組為基礎的規則。

requests

RequestsBasedTrigger

以要求總數為基礎的規則。

slowRequests

SlowRequestsBasedTrigger

根據要求運行時間的規則。

slowRequestsWithPath

SlowRequestsBasedTrigger[]

根據具有路徑的多個慢速要求規則的規則

statusCodes

StatusCodesBasedTrigger[]

以狀態代碼為基礎的規則。

statusCodesRange

StatusCodesRangeBasedTrigger[]

根據狀態代碼範圍的規則。

AzureStorageInfoValue

字典儲存體的 Azure 檔案儲存體或 Blob 儲存體存取資訊值。

名稱 類型 Description
accessKey

string

儲存體帳戶的存取金鑰。

accountName

string

記憶體帳戶的名稱。

mountPath

string

在站臺運行時間環境中掛接記憶體的路徑。

protocol

AzureStorageProtocol

掛接要用於記憶體帳戶的通訊協定。

shareName

string

檔案共享的名稱(容器名稱,用於 Blob 記憶體)。

state

AzureStorageState

儲存體帳戶的狀態。

type

AzureStorageType

記憶體的類型。

AzureStorageProtocol

掛接要用於記憶體帳戶的通訊協定。

Description
Smb
Http
Nfs

AzureStorageState

儲存體帳戶的狀態。

Description
Ok
InvalidCredentials
InvalidShare
NotValidated

AzureStorageType

記憶體的類型。

Description
AzureFiles
AzureBlob

ConnectionStringType

資料庫的類型。

Description
MySql
SQLServer
SQLAzure
Custom
NotificationHub
ServiceBus
EventHub
ApiHub
DocDb
RedisCache
PostgreSQL

ConnStringInfo

資料庫連接字串資訊。

名稱 類型 Description
connectionString

string

連接字串值。

name

string

連接字串的名稱。

type

ConnectionStringType

資料庫的類型。

CorsSettings

應用程式的跨來源資源共用 (CORS) 設定。

名稱 類型 Description
allowedOrigins

string[]

取得或設定應該允許進行跨原始來源呼叫的來源清單(例如:http://example.com:12345)。 使用 「*」 來允許所有專案。

supportCredentials

boolean

取得或設定是否允許具有認證的CORS要求。 如需詳細資訊,請參閱 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials

DefaultAction

如果沒有符合任何規則,則主要存取限制的默認動作。

Description
Allow
Deny

DefaultErrorResponse

App Service 錯誤回應。

名稱 類型 Description
error

Error

錯誤模型。

Details

名稱 類型 Description
code

string

標準化字串,以程式設計方式識別錯誤。

message

string

詳細的錯誤描述和偵錯資訊。

target

string

詳細的錯誤描述和偵錯資訊。

Error

錯誤模型。

名稱 類型 Description
code

string

標準化字串,以程式設計方式識別錯誤。

details

Details[]

詳細的錯誤。

innererror

string

偵錯錯誤的詳細資訊。

message

string

詳細的錯誤描述和偵錯資訊。

target

string

詳細的錯誤描述和偵錯資訊。

Experiments

生產實驗中的路由規則。

名稱 類型 Description
rampUpRules

RampUpRule[]

遞增規則的清單。

FtpsState

FTP / FTPS 服務的狀態

Description
AllAllowed
FtpsOnly
Disabled

HandlerMapping

IIS 處理常式對應用來定義哪個處理常式處理具有特定副檔名的 HTTP 要求。 例如,它用來配置 php-cgi.exe 處理程序來處理所有副檔名為 *.php 的 HTTP 請求。

名稱 類型 Description
arguments

string

要傳遞至腳本處理器的命令行自變數。

extension

string

使用此擴充功能的要求將會使用指定的 FastCGI 應用程式來處理。

scriptProcessor

string

FastCGI 應用程式的絕對路徑。

IpFilterTag

定義此IP篩選器將用於哪些專案。 這是為了支援 Proxy 的IP篩選。

Description
Default
XffProxy
ServiceTag

IpSecurityRestriction

應用程式的 IP 安全性限制。

名稱 類型 Description
action

string

允許或拒絕此IP範圍的存取。

description

string

IP 限制規則描述。

headers

object

IP 限制規則標頭。 X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples)。 比對邏輯為 。。

  • 如果屬性為空值或空白 (預設值),則允許所有主機 (或缺少)。
  • 使用序數忽略大小寫(不包括埠號)比較值。
  • 允許使用子網域萬用字元,但與根網域不符。 例如,*.contoso.com 符合子網域 foo.contoso.com,但與根網域 contoso.com 或多層次 foo.bar.contoso.com 不符
  • 允許 Unicode 主機名稱,但會轉換為 Punycode 以進行比對。

X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples)。 比對邏輯為 。。

  • 如果屬性為 Null 或空 (預設值) ,則允許任何轉送的鏈結 (或缺少)。
  • 如果鏈結中的任何位址 (不包括連接埠號碼) (逗號分隔) 符合屬性所定義的 CIDR。

X-Azure-FDID 和 X-FD-HealthProbe。 比對邏輯完全相符。

ipAddress

string

安全性限制的有效IP位址。 它可以是純 ipv4 位址 (必要的 SubnetMask 屬性) 或 CIDR 表示法的形式,例如 ipv4/mask (前導位相符)。 對於 CIDR,不得指定 SubnetMask 屬性。

name

string

IP 限制規則名稱。

priority

integer (int32)

IP 限制規則的優先順序。

subnetMask

string

限制的有效IP位址範圍的子網掩碼。

subnetTrafficTag

integer (int32)

(內部)子網流量標記

tag

IpFilterTag

定義此IP篩選器將用於哪些專案。 這是為了支援 Proxy 的IP篩選。

vnetSubnetResourceId

string

虛擬網路資源標識碼

vnetTrafficTag

integer (int32)

(內部)Vnet 流量標籤

ManagedPipelineMode

受控管線模式。

Description
Integrated
Classic

NameValuePair

名稱值組。

名稱 類型 Description
name

string

配對名稱。

value

string

配對值。

PushSettings

推送應用程序的設置。

名稱 類型 Description
id

string

資源標識碼。

kind

string

資源種類。

name

string

資源名稱。

properties.dynamicTagsJson

string

取得或設定 JSON 字串,其中包含將從推送註冊端點中的使用者宣告評估的動態標籤清單。

properties.isPushEnabled

boolean

取得或設定旗標,指出是否啟用推送端點。

properties.tagWhitelistJson

string

取得或設定 JSON 字串,其中包含已列入允許清單以供推送註冊端點使用的標記清單。

properties.tagsRequiringAuth

string

取得或設定 JSON 字串,其中包含要求使用者驗證用於推送註冊端點的標籤清單。 標籤可以由英數字元和以下內容組成:'_'、'@'、'#'、'.'、':'、'-'。 驗證應該在 PushRequestHandler 上執行。

type

string

資源類型。

RampUpRule

用於加速測試的路由規則。 此規則允許將靜態流量 % 重新導向到插槽,或根據效能逐步變更路由 %。

名稱 類型 Description
actionHostName

string

如果決定要重新導向流量的位置主機名。 例如 myapp-stage.azurewebsites.net。

changeDecisionCallbackUrl

string

您可以在可指定 URL 的 TiPCallback 網站延伸模組中提供自訂決策演算法。

changeIntervalInMinutes

integer (int32)

指定以分鐘為單位重新評估 ReroutePercentage 的間隔。

changeStep

number (double)

在自動上升場景中,這是要新增/刪除 ReroutePercentage 的步驟,直到它達到 \nMinReroutePercentageMaxReroutePercentage。 網站指標每 N 分鐘 ChangeIntervalInMinutes檢查一次 。\nTiPCallback 網站擴充功能中可以提供自訂決策演算法,其中可以指定 ChangeDecisionCallbackUrlURL 。

maxReroutePercentage

number (double)

指定 ReroutePercentage 將保留的上限。

minReroutePercentage

number (double)

指定上方的下限,讓 ReroutePercentage 維持不變。

name

string

路由規則的名稱。 建議的名稱會指向將接收實驗中流量的位置。

reroutePercentage

number (double)

將重新導向至 ActionHostName的流量百分比。

RequestsBasedTrigger

根據請求總數觸發。

名稱 類型 Description
count

integer (int32)

要求計數。

timeInterval

string

時間間隔。

ScmType

SCM 類型。

Description
None
Dropbox
Tfs
LocalGit
GitHub
CodePlexGit
CodePlexHg
BitbucketGit
BitbucketHg
ExternalGit
ExternalHg
OneDrive
VSO
VSTSRM

SiteConfigResource

Web 應用程式設定 ARM 資源。

名稱 類型 預設值 Description
id

string

資源標識碼。

kind

string

資源種類。

name

string

資源名稱。

properties.acrUseManagedIdentityCreds

boolean

使用受控識別 Creds 進行 ACR 提取的旗標

properties.acrUserManagedIdentityID

string

如果使用使用者受控識別,則使用者受控識別 ClientId

properties.alwaysOn

boolean

true 如果啟用了 Always On;否則, false則 。

properties.apiDefinition

ApiDefinitionInfo

應用程式正式 API 定義的相關信息。

properties.apiManagementConfig

ApiManagementConfig

連結至應用程式的 Azure API 管理設定。

properties.appCommandLine

string

要啟動的應用程式命令行。

properties.appSettings

NameValuePair[]

應用程式設定。 此屬性不會在回應正常的創建和讀取請求時返回,因為它可能包含敏感資訊。

properties.autoHealEnabled

boolean

true 如果啟用了自動修復;否則, false則 。

properties.autoHealRules

AutoHealRules

自動治癒規則。

properties.autoSwapSlotName

string

自動交換位置名稱。

properties.azureStorageAccounts

<string,  AzureStorageInfoValue>

Azure 記憶體帳戶的清單。

properties.connectionStrings

ConnStringInfo[]

連線字串。 此屬性不會在回應正常的創建和讀取請求時返回,因為它可能包含敏感資訊。

properties.cors

CorsSettings

跨原始來源資源分享 (CORS) 設定。

properties.defaultDocuments

string[]

默認檔。

properties.detailedErrorLoggingEnabled

boolean

true 如果啟用了詳細的錯誤記錄;否則, false則 。

properties.documentRoot

string

檔根目錄。

properties.elasticWebAppScaleLimit

integer (int32)

minimum: 0

網站可相應放大至的工作者數目上限。 此設定僅適用於 ElasticScaleEnabled 為 true

properties.experiments

Experiments

這適用於多型類型。

properties.ftpsState

FtpsState

FTP / FTPS 服務的狀態

properties.functionAppScaleLimit

integer (int32)

minimum: 0

網站可相應放大至的工作者數目上限。 此設定僅適用於取用和彈性進階方案

properties.functionsRuntimeScaleMonitoringEnabled

boolean

取得或設定值,指出是否啟用函式運行時間調整監視。 啟用時,ScaleController 不會直接監視事件來源,而是會呼叫執行階段以取得調整狀態。

properties.handlerMappings

HandlerMapping[]

處理程序對應。

properties.healthCheckPath

string

健康情況檢查路徑

properties.http20Enabled

boolean

True

Http20Enabled:設定網站以允許用戶端透過 HTTP2.0 連線

properties.http20ProxyFlag

integer (int32)

0

Http20ProxyFlag:配置一個網站以允許 HTTP2.0 一直傳遞到應用程式。 0 = 禁用,1 = 通過所有 HTTP2 流量,2 = 僅通過 gRPC。

properties.httpLoggingEnabled

boolean

true 如果啟用了HTTP日誌記錄;否則, false則 。

properties.ipSecurityRestrictions

IpSecurityRestriction[]

main 的IP安全性限制。

properties.ipSecurityRestrictionsDefaultAction

DefaultAction

如果沒有符合任何規則,則主要存取限制的默認動作。

properties.javaContainer

string

Java 容器。

properties.javaContainerVersion

string

Java 容器版本。

properties.javaVersion

string

Java 版本。

properties.keyVaultReferenceIdentity

string

要用於 Key Vault 參考驗證的身分識別。

properties.limits

SiteLimits

網站限制。

properties.linuxFxVersion

string

Linux 應用程式架構和版本

properties.loadBalancing

SiteLoadBalancing

網站負載平衡。

properties.localMySqlEnabled

boolean

False

true 啟用本機 MySQL;否則, false則 。

properties.logsDirectorySizeLimit

integer (int32)

HTTP 記錄目錄大小限制。

properties.machineKey

SiteMachineKey

Site MachineKey 的 MachineKey 。

properties.managedPipelineMode

ManagedPipelineMode

受控管線模式。

properties.managedServiceIdentityId

integer (int32)

受控服務識別標識碼

properties.metadata

NameValuePair[]

應用程式元數據。 無法擷取這個屬性,因為它可能包含秘密。

properties.minTlsCipherSuite

TlsCipherSuites

應用程式允許的最小強度 TLS 加密套件

properties.minTlsVersion

SupportedTlsVersions

MinTlsVersion:設定 SSL 要求所需的最低 TLS 版本

properties.minimumElasticInstanceCount

integer (int32)

minimum: 0
maximum: 20

網站的執行個體計數下限此設定僅適用於彈性計劃

properties.netFrameworkVersion

string

v4.6

.NET Framework 版本。

properties.nodeVersion

string

Node.js的版本。

properties.numberOfWorkers

integer (int32)

工人人數。

properties.phpVersion

string

PHP 版本。

properties.powerShellVersion

string

PowerShell 版本。

properties.preWarmedInstanceCount

integer (int32)

minimum: 0
maximum: 10

預先Warmed 實例的數目。 此設定僅適用於取用和彈性方案

properties.publicNetworkAccess

string

允許或封鎖所有公用流量的屬性。

properties.publishingUsername

string

發佈用戶名稱。

properties.push

PushSettings

推送端點設定。

properties.pythonVersion

string

Python 版本。

properties.remoteDebuggingEnabled

boolean

true 如果啟用了遠端調試;否則, false則 。

properties.remoteDebuggingVersion

string

遠端偵錯版本。

properties.requestTracingEnabled

boolean

true 如果啟用了請求追蹤;否則, false則 。

properties.requestTracingExpirationTime

string (date-time)

要求追蹤到期時間。

properties.scmIpSecurityRestrictions

IpSecurityRestriction[]

scm 的IP安全性限制。

properties.scmIpSecurityRestrictionsDefaultAction

DefaultAction

如果未比對任何規則,則為 scm 存取限制的預設動作。

properties.scmIpSecurityRestrictionsUseMain

boolean

scm 使用 main 的 IP 安全性限制。

properties.scmMinTlsVersion

SupportedTlsVersions

ScmMinTlsVersion:設定 SCM 網站 SSL 要求所需的最低 TLS 版本

properties.scmType

ScmType

SCM 類型。

properties.tracingOptions

string

追蹤選項。

properties.use32BitWorkerProcess

boolean

true 使用 32 位工作進程;否則, false則 。

properties.virtualApplications

VirtualApplication[]

虛擬應用程式。

properties.vnetName

string

虛擬網路名稱。

properties.vnetPrivatePortsCount

integer (int32)

指派給此應用程式的私人埠數目。 這些會在運行時間動態指派。

properties.vnetRouteAllEnabled

boolean

虛擬網路路由全部啟用。 這會導致所有輸出流量套用虛擬網路安全組和用戶定義的路由。

properties.webSocketsEnabled

boolean

true 如果啟用了 WebSocket;否則, false則 。

properties.websiteTimeZone

string

設定網站用來產生時間戳的時區。 與 Linux 和 Windows App Service 相容。 設定WEBSITE_TIME_ZONE應用程式設定的優先順序高於此設定。針對 Linux,預期 tz 資料庫值 https://www.iana.org/time-zones (如需快速參考,請參閱 https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)。 針對 Windows,預期其中一個時區列在 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones

properties.windowsFxVersion

string

Xenon App Framework 和版本

properties.xManagedServiceIdentityId

integer (int32)

明確受控服務識別標識碼

type

string

資源類型。

SiteConfigResourceCollection

網站設定的集合。

名稱 類型 Description
nextLink

string

連結至下一頁的資源。

value

SiteConfigResource[]

資源的收集。

SiteLimits

在應用程式上設定的計量限制。

名稱 類型 Description
maxDiskSizeInMb

integer (int64)

允許的磁碟大小使用量上限,以 MB 為單位。

maxMemoryInMb

integer (int64)

MB 允許的記憶體使用量上限。

maxPercentageCpu

number (double)

允許的CPU使用量百分比上限。

SiteLoadBalancing

網站負載平衡。

Description
WeightedRoundRobin
LeastRequests
LeastResponseTime
WeightedTotalTraffic
RequestHash
PerSiteRoundRobin
LeastRequestsWithTieBreaker

SiteMachineKey

MachineKey 的 MachineKey。

名稱 類型 Description
decryption

string

用於解密的演算法。

decryptionKey

string

解密金鑰。

validation

string

MachineKey 驗證。

validationKey

string

驗證金鑰。

SlowRequestsBasedTrigger

根據請求執行時間觸發。

名稱 類型 Description
count

integer (int32)

要求計數。

path

string

要求路徑。

timeInterval

string

時間間隔。

timeTaken

string

所花費的時間。

StatusCodesBasedTrigger

根據狀態碼觸發。

名稱 類型 Description
count

integer (int32)

要求計數。

path

string

要求路徑

status

integer (int32)

HTTP 狀態碼。

subStatus

integer (int32)

要求子狀態。

timeInterval

string

時間間隔。

win32Status

integer (int32)

Win32 錯誤碼。

StatusCodesRangeBasedTrigger

根據狀態碼範圍觸發。

名稱 類型 Description
count

integer (int32)

要求計數。

path

string

statusCodes

string

HTTP 狀態碼。

timeInterval

string

時間間隔。

SupportedTlsVersions

MinTlsVersion:設定 SSL 要求所需的最低 TLS 版本

Description
1.0
1.1
1.2
1.3

TlsCipherSuites

應用程式允許的最小強度 TLS 加密套件

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

應用程序中的虛擬應用程序。

名稱 類型 Description
physicalPath

string

實體路徑。

preloadEnabled

boolean

true 如果啟用了預加載;否則, false則 。

virtualDirectories

VirtualDirectory[]

虛擬應用程式的虛擬目錄。

virtualPath

string

虛擬路徑。

VirtualDirectory

虛擬應用程式的目錄。

名稱 類型 Description
physicalPath

string

實體路徑。

virtualPath

string

虛擬應用程式的路徑。