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

EntityNameHelper 类

定义

此类可用于设置不同服务总线实体类型的路径的格式。

public static class EntityNameHelper
type EntityNameHelper = class
Public Class EntityNameHelper
继承
EntityNameHelper

方法

FormatDeadLetterPath(String)

设置队列或订阅的死信路径的格式。

FormatRulePath(String, String, String)

根据主题路径、订阅名称和规则名称设置规则路径的格式。

FormatSubQueuePath(String, String)

设置队列或订阅的子队列路径的格式。

FormatSubscriptionPath(String, String)

根据主题路径和订阅名称设置订阅路径的格式。

FormatTransferDeadLetterPath(String)

为传输死信接收方创建名称的实用工具方法,由 指定 entityPath

适用于