你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataPlaneProxyProperties interface
The data plane proxy settings for a configuration store.
Properties
authentication |
The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. |
private |
The data plane proxy private link delegation. This property manages if a request from delegated Azure Resource Manager (ARM) private link is allowed when the data plane resource requires private link. |
Property Details
authenticationMode
The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources.
authenticationMode?: string
Property Value
string
privateLinkDelegation
The data plane proxy private link delegation. This property manages if a request from delegated Azure Resource Manager (ARM) private link is allowed when the data plane resource requires private link.
privateLinkDelegation?: string
Property Value
string