你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceRegistrySettings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含Azure 服务总线注册表的设置。
public class ServiceRegistrySettings : System.ServiceModel.Description.IEndpointBehavior
type ServiceRegistrySettings = class
interface IEndpointBehavior
Public Class ServiceRegistrySettings
Implements IEndpointBehavior
- 继承
-
ServiceRegistrySettings
- 实现
构造函数
ServiceRegistrySettings() |
初始化 ServiceRegistrySettings 类的新实例。 |
ServiceRegistrySettings(DiscoveryType) |
使用指定的发现类型初始化 类的新实例 ServiceRegistrySettings 。 |
字段
allowUnauthenticatedAccess |
如果终结点允许未经身份验证的访问,则为 true;否则为 false。 默认值为 false。 |
transportProtectionEnabled |
如果启用传输保护,则为 true;否则为 false。 默认值为 true。 |
属性
DiscoveryMode |
获取或设置服务的发现方式。 |
DisplayName |
获取或设置终结点的显示名称。 |