你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Web Apps - List Site Extensions
有关获取网站或部署槽的站点扩展列表的说明。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions?api-version=2023-12-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
name
|
path | True |
string |
站点名称。 |
resource
|
path | True |
string |
资源所属的资源组的名称。 正则表达式模式: |
subscription
|
path | True |
string |
Azure 订阅 ID。 这是 GUID 格式的字符串 (例如 00000000-0000-0000-0000-0000-0000000000000) 。 |
api-version
|
query | True |
string |
API 版本 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
返回的 SiteExtension 信息。 |
|
404 Not Found |
找不到 SiteExtension。 |
|
Other Status Codes |
App 服务错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
定义
名称 | 说明 |
---|---|
Default |
App 服务错误响应。 |
Details | |
Error |
错误模型。 |
Site |
站点扩展信息。 |
Site |
Kudu 网站扩展信息元素的集合。 |
Site |
站点扩展类型。 |
DefaultErrorResponse
App 服务错误响应。
名称 | 类型 | 说明 |
---|---|---|
error |
错误模型。 |
Details
名称 | 类型 | 说明 |
---|---|---|
code |
string |
用于以编程方式识别错误的标准化字符串。 |
message |
string |
详细的错误说明和调试信息。 |
target |
string |
详细的错误说明和调试信息。 |
Error
错误模型。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
用于以编程方式识别错误的标准化字符串。 |
details |
Details[] |
详细错误。 |
innererror |
string |
调试错误的详细信息。 |
message |
string |
详细的错误说明和调试信息。 |
target |
string |
详细的错误说明和调试信息。 |
SiteExtensionInfo
站点扩展信息。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
kind |
string |
资源类型。 |
name |
string |
资源名称。 |
properties.authors |
string[] |
作者列表。 |
properties.comment |
string |
站点扩展注释。 |
properties.description |
string |
详细说明。 |
properties.download_count |
integer |
下载计数。 |
properties.extension_id |
string |
站点扩展 ID。 |
properties.extension_type |
站点扩展类型。 |
|
properties.extension_url |
string |
扩展 URL。 |
properties.feed_url |
string |
源 URL。 |
properties.icon_url |
string |
图标 URL。 |
properties.installed_date_time |
string |
已安装时间戳。 |
properties.installer_command_line_params |
string |
安装程序命令行参数。 |
properties.license_url |
string |
许可证 URL。 |
properties.local_is_latest_version |
boolean |
|
properties.local_path |
string |
本地路径。 |
properties.project_url |
string |
项目 URL。 |
properties.provisioningState |
string |
预配状态。 |
properties.published_date_time |
string |
已发布的时间戳。 |
properties.summary |
string |
摘要说明。 |
properties.title |
string |
|
properties.version |
string |
版本信息。 |
type |
string |
资源类型。 |
SiteExtensionInfoCollection
Kudu 网站扩展信息元素的集合。
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
指向下一页资源的链接。 |
value |
资源的集合。 |
SiteExtensionType
站点扩展类型。
名称 | 类型 | 说明 |
---|---|---|
Gallery |
string |
|
WebRoot |
string |