你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Web Apps - List Configurations Slot
列出应用配置的说明
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config?api-version=2024-04-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
name
|
path | True |
string |
应用的名称。 |
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
资源所属的资源组的名称。 |
slot
|
path | True |
string |
部署槽的名称。 如果未指定槽,API 将返回生产槽的配置。 |
subscription
|
path | True |
string |
Azure 订阅 ID。 这是 GUID 格式的字符串(例如 000000000-0000-0000-0000-00000000000000)。 |
api-version
|
query | True |
string |
API 版本 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
还行 |
|
Other Status Codes |
应用服务错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
定义
名称 | 说明 |
---|---|
Api |
有关应用的正式 API 定义的信息。 |
Api |
链接到应用的 Azure API 管理 (APIM) 配置。 |
Auto |
触发规则时,自动修复模块要执行的作。 |
Auto |
要执行的预定义作。 |
Auto |
触发自动修复规则时要执行的自定义作。 |
Auto |
可以为自动愈合定义的规则。 |
Auto |
自动愈合的触发器。 |
Azure |
Azure 文件存储或 Blob 存储访问字典存储的信息值。 |
Azure |
要用于存储帐户的装载协议。 |
Azure |
存储帐户的状态。 |
Azure |
存储的类型。 |
Connection |
数据库的类型。 |
Conn |
数据库连接字符串信息。 |
Cors |
应用的跨域资源共享(CORS)设置。 |
Default |
如果未匹配任何规则,则主要访问限制的默认作。 |
Default |
应用服务错误响应。 |
Details | |
Error |
错误模型。 |
Experiments |
生产试验中的路由规则。 |
Ftps |
FTP/FTPS 服务的状态 |
Handler |
用于定义哪些处理程序使用特定扩展处理 HTTP 请求的 IIS 处理程序映射。 例如,它用于配置 php-cgi.exe 进程,以使用 *.php 扩展处理所有 HTTP 请求。 |
Ip |
定义此 IP 筛选器将用于什么。 这是为了支持对代理进行 IP 筛选。 |
Ip |
应用上的 IP 安全限制。 |
Managed |
托管管道模式。 |
Name |
名称值对。 |
Push |
推送应用的设置。 |
Ramp |
用于加速测试的路由规则。 此规则允许将静态流量 % 重定向到槽,或者根据性能逐步更改路由 %。 |
Requests |
根据请求总数触发。 |
Scm |
SCM 类型。 |
Site |
Web 应用配置 ARM 资源。 |
Site |
网站配置的集合。 |
Site |
对应用设置的指标限制。 |
Site |
站点负载均衡。 |
Site |
应用的 MachineKey。 |
Slow |
根据请求执行时间触发。 |
Status |
基于状态代码触发。 |
Status |
根据状态代码的范围触发。 |
Supported |
MinTlsVersion:配置 SSL 请求所需的最低 TLS 版本 |
Tls |
应用程序允许的最低强度 TLS 密码套件 |
Virtual |
应用中的虚拟应用程序。 |
Virtual |
虚拟应用程序的目录。 |
ApiDefinitionInfo
有关应用的正式 API 定义的信息。
名称 | 类型 | 说明 |
---|---|---|
url |
string |
API 定义的 URL。 |
ApiManagementConfig
链接到应用的 Azure API 管理 (APIM) 配置。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
APIM-Api 标识符。 |
AutoHealActions
触发规则时,自动修复模块要执行的作。
名称 | 类型 | 说明 |
---|---|---|
actionType |
要执行的预定义作。 |
|
customAction |
要执行的自定义作。 |
|
minProcessExecutionTime |
string |
执行作之前必须执行进程的最短时间 |
AutoHealActionType
要执行的预定义作。
值 | 说明 |
---|---|
CustomAction | |
LogEvent | |
Recycle |
AutoHealCustomAction
触发自动修复规则时要执行的自定义作。
名称 | 类型 | 说明 |
---|---|---|
exe |
string |
要运行的可执行文件。 |
parameters |
string |
可执行文件的参数。 |
AutoHealRules
可以为自动愈合定义的规则。
名称 | 类型 | 说明 |
---|---|---|
actions |
触发规则时要执行的作。 |
|
triggers |
描述何时执行自动修复作的条件。 |
AutoHealTriggers
自动愈合的触发器。
名称 | 类型 | 说明 |
---|---|---|
privateBytesInKB |
integer (int32) |
基于专用字节的规则。 |
requests |
基于请求总数的规则。 |
|
slowRequests |
基于请求执行时间的规则。 |
|
slowRequestsWithPath |
基于具有路径的多个慢请求规则的规则 |
|
statusCodes |
基于状态代码的规则。 |
|
statusCodesRange |
基于状态代码范围的规则。 |
AzureStorageInfoValue
Azure 文件存储或 Blob 存储访问字典存储的信息值。
名称 | 类型 | 说明 |
---|---|---|
accessKey |
string |
存储帐户的访问密钥。 |
accountName |
string |
存储帐户的名称。 |
mountPath |
string |
在站点的运行时环境中装载存储的路径。 |
protocol |
要用于存储帐户的装载协议。 |
|
shareName |
string |
文件共享的名称(容器名称,Blob 存储)。 |
state |
存储帐户的状态。 |
|
type |
存储的类型。 |
AzureStorageProtocol
要用于存储帐户的装载协议。
值 | 说明 |
---|---|
Http | |
Nfs | |
Smb |
AzureStorageState
存储帐户的状态。
值 | 说明 |
---|---|
InvalidCredentials | |
InvalidShare | |
NotValidated | |
Ok |
AzureStorageType
存储的类型。
值 | 说明 |
---|---|
AzureBlob | |
AzureFiles |
ConnectionStringType
数据库的类型。
值 | 说明 |
---|---|
ApiHub | |
Custom | |
DocDb | |
EventHub | |
MySql | |
NotificationHub | |
PostgreSQL | |
RedisCache | |
SQLAzure | |
SQLServer | |
ServiceBus |
ConnStringInfo
数据库连接字符串信息。
名称 | 类型 | 说明 |
---|---|---|
connectionString |
string |
连接字符串值。 |
name |
string |
连接字符串的名称。 |
type |
数据库的类型。 |
CorsSettings
应用的跨域资源共享(CORS)设置。
名称 | 类型 | 说明 |
---|---|---|
allowedOrigins |
string[] |
获取或设置应允许进行跨域调用的源列表(例如:http://example.com:12345)。 使用“*”允许所有。 |
supportCredentials |
boolean |
获取或设置是否允许使用凭据的 CORS 请求。 有关详细信息,请参阅 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials。 |
DefaultAction
如果未匹配任何规则,则主要访问限制的默认作。
值 | 说明 |
---|---|
Allow | |
Deny |
DefaultErrorResponse
应用服务错误响应。
名称 | 类型 | 说明 |
---|---|---|
error |
错误模型。 |
Details
名称 | 类型 | 说明 |
---|---|---|
code |
string |
标准化字符串,以编程方式标识错误。 |
message |
string |
详细的错误说明和调试信息。 |
target |
string |
详细的错误说明和调试信息。 |
Error
错误模型。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
标准化字符串,以编程方式标识错误。 |
details |
Details[] |
详细错误。 |
innererror |
string |
调试错误的详细信息。 |
message |
string |
详细的错误说明和调试信息。 |
target |
string |
详细的错误说明和调试信息。 |
Experiments
生产试验中的路由规则。
名称 | 类型 | 说明 |
---|---|---|
rampUpRules |
提升规则的列表。 |
FtpsState
FTP/FTPS 服务的状态
值 | 说明 |
---|---|
AllAllowed | |
Disabled | |
FtpsOnly |
HandlerMapping
用于定义哪些处理程序使用特定扩展处理 HTTP 请求的 IIS 处理程序映射。 例如,它用于配置 php-cgi.exe 进程,以使用 *.php 扩展处理所有 HTTP 请求。
名称 | 类型 | 说明 |
---|---|---|
arguments |
string |
要传递给脚本处理器的命令行参数。 |
extension |
string |
使用此扩展的请求将使用指定的 FastCGI 应用程序进行处理。 |
scriptProcessor |
string |
FastCGI 应用程序的绝对路径。 |
IpFilterTag
定义此 IP 筛选器将用于什么。 这是为了支持对代理进行 IP 筛选。
值 | 说明 |
---|---|
Default | |
ServiceTag | |
XffProxy |
IpSecurityRestriction
应用上的 IP 安全限制。
名称 | 类型 | 说明 |
---|---|---|
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)。 匹配的逻辑为 .。
X-Forwarded-For(https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples)。 匹配的逻辑为 .。
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 |
定义此 IP 筛选器将用于什么。 这是为了支持对代理进行 IP 筛选。 |
|
vnetSubnetResourceId |
string |
虚拟网络资源 ID |
vnetTrafficTag |
integer (int32) |
(内部)Vnet 流量标记 |
ManagedPipelineMode
托管管道模式。
值 | 说明 |
---|---|
Classic | |
Integrated |
NameValuePair
名称值对。
名称 | 类型 | 说明 |
---|---|---|
name |
string |
配对名称。 |
value |
string |
对值。 |
PushSettings
推送应用的设置。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
kind |
string |
资源类型。 |
name |
string |
资源名称。 |
properties.dynamicTagsJson |
string |
获取或设置一个 JSON 字符串,其中包含将从推送注册终结点中的用户声明评估的动态标记列表。 |
properties.isPushEnabled |
boolean |
获取或设置一个标志,该值指示是否启用推送终结点。 |
properties.tagWhitelistJson |
string |
获取或设置一个 JSON 字符串,其中包含允许列表供推送注册终结点使用的标记列表。 |
properties.tagsRequiringAuth |
string |
获取或设置一个 JSON 字符串,其中包含要求在推送注册终结点中使用用户身份验证的标记列表。 标记可以包含字母数字字符,如下所示:“_”、“@”、“#”、“.”、“:”、“-”。 应在 PushRequestHandler 中执行验证。 |
type |
string |
资源类型。 |
RampUpRule
用于加速测试的路由规则。 此规则允许将静态流量 % 重定向到槽,或者根据性能逐步更改路由 %。
名称 | 类型 | 说明 |
---|---|---|
actionHostName |
string |
如果决定将流量重定向到的槽的主机名。 例如 myapp-stage.azurewebsites.net。 |
changeDecisionCallbackUrl |
string |
可以在 TiPCallback 站点扩展中提供自定义决策算法,可以指定 URL。 |
changeIntervalInMinutes |
integer (int32) |
指定重新评估 ReroutePercentage 的间隔(以分钟为单位)。 |
changeStep |
number (double) |
在自动增加方案中,这是在到达 \n |
maxReroutePercentage |
number (double) |
指定 ReroutePercentage 将保留的上限。 |
minReroutePercentage |
number (double) |
指定重新路由Percentage 将保留的下边界。 |
name |
string |
路由规则的名称。 建议的名称是指向将接收试验中的流量的槽。 |
reroutePercentage |
number (double) |
将重定向到 |
RequestsBasedTrigger
根据请求总数触发。
名称 | 类型 | 说明 |
---|---|---|
count |
integer (int32) |
请求计数。 |
timeInterval |
string |
时间间隔。 |
ScmType
SCM 类型。
值 | 说明 |
---|---|
BitbucketGit | |
BitbucketHg | |
CodePlexGit | |
CodePlexHg | |
Dropbox | |
ExternalGit | |
ExternalHg | |
GitHub | |
LocalGit | |
None | |
OneDrive | |
Tfs | |
VSO | |
VSTSRM |
SiteConfigResource
Web 应用配置 ARM 资源。
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
id |
string |
资源 ID。 |
|
kind |
string |
资源类型。 |
|
name |
string |
资源名称。 |
|
properties.acrUseManagedIdentityCreds |
boolean |
将托管标识 Creds 用于 ACR 拉取的标志 |
|
properties.acrUserManagedIdentityID |
string |
如果使用用户托管标识,则用户托管标识 ClientId |
|
properties.alwaysOn |
boolean |
如果启用了 Always On, |
|
properties.apiDefinition |
有关应用的正式 API 定义的信息。 |
||
properties.apiManagementConfig |
链接到应用的 Azure API 管理设置。 |
||
properties.appCommandLine |
string |
要启动的应用命令行。 |
|
properties.appSettings |
应用程序设置。 |
||
properties.autoHealEnabled |
boolean |
如果启用了自动愈合, |
|
properties.autoHealRules |
自动治愈规则。 |
||
properties.autoSwapSlotName |
string |
自动交换槽名称。 |
|
properties.azureStorageAccounts |
<string,
Azure |
Azure 存储帐户列表。 |
|
properties.connectionStrings |
连接字符串。 |
||
properties.cors |
跨域资源共享 (CORS) 设置。 |
||
properties.defaultDocuments |
string[] |
默认文档。 |
|
properties.detailedErrorLoggingEnabled |
boolean |
如果启用了详细的错误日志记录, |
|
properties.documentRoot |
string |
文档根目录。 |
|
properties.elasticWebAppScaleLimit |
integer (int32) minimum: 0 |
站点可横向扩展到的最大辅助角色数。
此设置仅适用于 elasticScaleEnabled |
|
properties.experiments |
这适用于多态类型。 |
||
properties.ftpsState |
FTP/FTPS 服务的状态 |
||
properties.functionAppScaleLimit |
integer (int32) minimum: 0 |
站点可横向扩展到的最大辅助角色数。 此设置仅适用于消耗计划和弹性高级计划 |
|
properties.functionsRuntimeScaleMonitoringEnabled |
boolean |
获取或设置一个值,该值指示是否启用函数运行时缩放监视。 启用后,ScaleController 不会直接监视事件源,而是调用运行时以获取缩放状态。 |
|
properties.handlerMappings |
处理程序映射。 |
||
properties.healthCheckPath |
string |
运行状况检查路径 |
|
properties.http20Enabled |
boolean |
True |
Http20Enabled:配置网站以允许客户端通过 http2.0 进行连接 |
properties.httpLoggingEnabled |
boolean |
如果启用了 HTTP 日志记录, |
|
properties.ipSecurityRestrictions |
主要 IP 安全限制。 |
||
properties.ipSecurityRestrictionsDefaultAction |
如果未匹配任何规则,则主要访问限制的默认作。 |
||
properties.javaContainer |
string |
Java 容器。 |
|
properties.javaContainerVersion |
string |
Java 容器版本。 |
|
properties.javaVersion |
string |
Java 版本。 |
|
properties.keyVaultReferenceIdentity |
string |
用于 Key Vault 参考身份验证的标识。 |
|
properties.limits |
网站限制。 |
||
properties.linuxFxVersion |
string |
Linux 应用框架和版本 |
|
properties.loadBalancing |
站点负载均衡。 |
||
properties.localMySqlEnabled |
boolean |
False |
|
properties.logsDirectorySizeLimit |
integer (int32) |
HTTP 日志目录大小限制。 |
|
properties.machineKey |
Site MachineKey。 |
||
properties.managedPipelineMode |
托管管道模式。 |
||
properties.managedServiceIdentityId |
integer (int32) |
托管服务标识 ID |
|
properties.metadata |
应用程序元数据。 无法检索此属性,因为它可能包含机密。 |
||
properties.minTlsCipherSuite |
应用程序允许的最低强度 TLS 密码套件 |
||
properties.minTlsVersion |
MinTlsVersion:配置 SSL 请求所需的最低 TLS 版本 |
||
properties.minimumElasticInstanceCount |
integer (int32) minimum: 0maximum: 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: 0maximum: 10 |
预瓦数实例数。 此设置仅适用于消耗计划和弹性计划 |
|
properties.publicNetworkAccess |
string |
允许或阻止所有公共流量的属性。 |
|
properties.publishingUsername |
string |
发布用户名。 |
|
properties.push |
推送终结点设置。 |
||
properties.pythonVersion |
string |
Python 版本。 |
|
properties.remoteDebuggingEnabled |
boolean |
如果启用了远程调试, |
|
properties.remoteDebuggingVersion |
string |
远程调试版本。 |
|
properties.requestTracingEnabled |
boolean |
如果启用了请求跟踪,则 |
|
properties.requestTracingExpirationTime |
string (date-time) |
请求跟踪过期时间。 |
|
properties.scmIpSecurityRestrictions |
scm 的 IP 安全限制。 |
||
properties.scmIpSecurityRestrictionsDefaultAction |
如果未匹配任何规则,则 scm 访问限制的默认作。 |
||
properties.scmIpSecurityRestrictionsUseMain |
boolean |
scm 使用 main 的 IP 安全限制。 |
|
properties.scmMinTlsVersion |
ScmMinTlsVersion:配置 SCM 站点 SSL 请求所需的最低 TLS 版本 |
||
properties.scmType |
SCM 类型。 |
||
properties.tracingOptions |
string |
跟踪选项。 |
|
properties.use32BitWorkerProcess |
boolean |
|
|
properties.virtualApplications |
虚拟应用程序。 |
||
properties.vnetName |
string |
虚拟网络名称。 |
|
properties.vnetPrivatePortsCount |
integer (int32) |
分配给此应用的专用端口数。 这些将在运行时动态分配。 |
|
properties.vnetRouteAllEnabled |
boolean |
已启用“全部虚拟网络路由”。 这会导致所有出站流量都应用了虚拟网络安全组和用户定义的路由。 |
|
properties.webSocketsEnabled |
boolean |
如果启用了 WebSocket, |
|
properties.websiteTimeZone |
string |
设置站点用于生成时间戳的时区。 与 Linux 和 Windows 应用服务兼容。 设置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) |
显式托管服务标识 ID |
|
type |
string |
资源类型。 |
SiteConfigResourceCollection
网站配置的集合。
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
链接到下一页的资源。 |
value |
资源集合。 |
SiteLimits
对应用设置的指标限制。
名称 | 类型 | 说明 |
---|---|---|
maxDiskSizeInMb |
integer (int64) |
允许的最大磁盘大小使用量(以 MB 为单位)。 |
maxMemoryInMb |
integer (int64) |
允许的最大内存使用量(以 MB 为单位)。 |
maxPercentageCpu |
number (double) |
允许的最大 CPU 使用率百分比。 |
SiteLoadBalancing
站点负载均衡。
值 | 说明 |
---|---|
LeastRequests | |
LeastRequestsWithTieBreaker | |
LeastResponseTime | |
PerSiteRoundRobin | |
RequestHash | |
WeightedRoundRobin | |
WeightedTotalTraffic |
SiteMachineKey
应用的 MachineKey。
名称 | 类型 | 说明 |
---|---|---|
decryption |
string |
用于解密的算法。 |
decryptionKey |
string |
解密密钥。 |
validation |
string |
MachineKey 验证。 |
validationKey |
string |
验证密钥。 |
SlowRequestsBasedTrigger
根据请求执行时间触发。
名称 | 类型 | 说明 |
---|---|---|
count |
integer (int32) |
请求计数。 |
path |
string |
请求路径。 |
timeInterval |
string |
时间间隔。 |
timeTaken |
string |
花费的时间。 |
StatusCodesBasedTrigger
基于状态代码触发。
名称 | 类型 | 说明 |
---|---|---|
count |
integer (int32) |
请求计数。 |
path |
string |
请求路径 |
status |
integer (int32) |
HTTP 状态代码。 |
subStatus |
integer (int32) |
请求子状态。 |
timeInterval |
string |
时间间隔。 |
win32Status |
integer (int32) |
Win32 错误代码。 |
StatusCodesRangeBasedTrigger
根据状态代码的范围触发。
名称 | 类型 | 说明 |
---|---|---|
count |
integer (int32) |
请求计数。 |
path |
string |
|
statusCodes |
string |
HTTP 状态代码。 |
timeInterval |
string |
时间间隔。 |
SupportedTlsVersions
MinTlsVersion:配置 SSL 请求所需的最低 TLS 版本
值 | 说明 |
---|---|
1.0 | |
1.1 | |
1.2 | |
1.3 |
TlsCipherSuites
应用程序允许的最低强度 TLS 密码套件
值 | 说明 |
---|---|
TLS_AES_128_GCM_SHA256 | |
TLS_AES_256_GCM_SHA384 | |
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | |
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | |
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | |
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | |
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | |
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | |
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | |
TLS_RSA_WITH_AES_128_CBC_SHA | |
TLS_RSA_WITH_AES_128_CBC_SHA256 | |
TLS_RSA_WITH_AES_128_GCM_SHA256 | |
TLS_RSA_WITH_AES_256_CBC_SHA | |
TLS_RSA_WITH_AES_256_CBC_SHA256 | |
TLS_RSA_WITH_AES_256_GCM_SHA384 |
VirtualApplication
应用中的虚拟应用程序。
名称 | 类型 | 说明 |
---|---|---|
physicalPath |
string |
物理路径。 |
preloadEnabled |
boolean |
如果启用了预加载, |
virtualDirectories |
虚拟应用程序的虚拟目录。 |
|
virtualPath |
string |
虚拟路径。 |
VirtualDirectory
虚拟应用程序的目录。
名称 | 类型 | 说明 |
---|---|---|
physicalPath |
string |
物理路径。 |
virtualPath |
string |
虚拟应用程序的路径。 |