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

RelayClientAuthenticationType 枚举

定义

描述是否要求服务的客户端在发送消息时向Azure 服务总线提供 Azure 访问控制颁发的安全令牌。

[System.Runtime.Serialization.DataContract(Name="RelayClientAuthenticationType", Namespace="http://schemas.microsoft.com/netservices/2009/05/servicebus/connect")]
public enum RelayClientAuthenticationType
[<System.Runtime.Serialization.DataContract(Name="RelayClientAuthenticationType", Namespace="http://schemas.microsoft.com/netservices/2009/05/servicebus/connect")>]
type RelayClientAuthenticationType = 
Public Enum RelayClientAuthenticationType
继承
RelayClientAuthenticationType
属性

字段

None 1

如果由侦听器指定,则不需要客户端提供安全令牌。 这表示一种选择退出机制,侦听器可以使用该机制放弃对终结点的 Azure 访问控制保护。

RelayAccessToken 0

如果由侦听器指定,则客户端需要提供安全令牌。

适用于