你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServicePropertyChannel 枚举

定义

列出用于将属性设置传递给服务的通道。 在 1.5.0 中添加

public enum ServicePropertyChannel
type ServicePropertyChannel = 
Public Enum ServicePropertyChannel
继承
ServicePropertyChannel

字段

HttpHeader 1

使用 HttpHeader 在 HTTP 标头中设置键/值。

UriQueryParameter 0

使用 URI 查询参数将属性设置传递给服务。

适用于