你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Web Apps - Get Site Connection String Key Vault References Slot
获取配置引用应用设置和应用状态的说明
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/connectionstrings?api-version=2023-12-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
name
|
path | True |
string |
应用的名称。 |
resource
|
path | True |
string |
资源所属的资源组的名称。 正则表达式模式: |
slot
|
path | True |
string |
|
subscription
|
path | True |
string |
Azure 订阅 ID。 这是一个 GUID 格式的字符串, (例如 00000000-0000-0000-0000-0000000000000) 。 |
api-version
|
query | True |
string |
API 版本 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 |
|
Other Status Codes |
App 服务错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
定义
名称 | 说明 |
---|---|
Api |
站点密钥保管库引用的说明。 |
Api |
|
Config |
|
Default |
App 服务错误响应。 |
Details | |
Error |
错误模型。 |
Managed |
托管服务标识。 |
Managed |
托管服务标识的类型。 |
Resolve |
|
user |
用户分配的标识。 |
ApiKVReference
站点密钥保管库引用的说明。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
kind |
string |
资源类型。 |
name |
string |
资源名称。 |
properties.activeVersion |
string |
|
properties.details |
string |
|
properties.identityType |
托管服务标识。 |
|
properties.reference |
string |
|
properties.secretName |
string |
|
properties.secretVersion |
string |
|
properties.source | ||
properties.status | ||
properties.vaultName |
string |
|
type |
string |
资源类型。 |
ApiKVReferenceCollection
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
链接到下一页资源。 |
value |
资源集合。 |
ConfigReferenceSource
名称 | 类型 | 说明 |
---|---|---|
KeyVault |
string |
DefaultErrorResponse
App 服务错误响应。
名称 | 类型 | 说明 |
---|---|---|
error |
错误模型。 |
Details
名称 | 类型 | 说明 |
---|---|---|
code |
string |
标准化字符串,用于以编程方式标识错误。 |
message |
string |
详细的错误说明和调试信息。 |
target |
string |
详细的错误说明和调试信息。 |
Error
错误模型。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
标准化字符串,用于以编程方式标识错误。 |
details |
Details[] |
详细错误。 |
innererror |
string |
调试错误的详细信息。 |
message |
string |
详细的错误说明和调试信息。 |
target |
string |
详细的错误说明和调试信息。 |
ManagedServiceIdentity
托管服务标识。
名称 | 类型 | 说明 |
---|---|---|
principalId |
string |
托管服务标识的主体 ID。 |
tenantId |
string |
托管服务标识的租户。 |
type |
托管服务标识的类型。 |
|
userAssignedIdentities |
<string,
user |
与资源关联的用户分配标识的列表。 用户标识字典密钥引用将是 ARM 资源 ID,格式为:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} |
ManagedServiceIdentityType
托管服务标识的类型。
名称 | 类型 | 说明 |
---|---|---|
None |
string |
|
SystemAssigned |
string |
|
SystemAssigned, UserAssigned |
string |
|
UserAssigned |
string |
ResolveStatus
名称 | 类型 | 说明 |
---|---|---|
AccessToKeyVaultDenied |
string |
|
FetchTimedOut |
string |
|
Initialized |
string |
|
InvalidSyntax |
string |
|
MSINotEnabled |
string |
|
OtherReasons |
string |
|
Resolved |
string |
|
SecretNotFound |
string |
|
SecretVersionNotFound |
string |
|
UnauthorizedClient |
string |
|
VaultNotFound |
string |
userAssignedIdentity
用户分配的标识。
名称 | 类型 | 说明 |
---|---|---|
clientId |
string |
用户分配标识的客户端 ID |
principalId |
string |
用户分配标识的主体 ID |