EntityNameHelper.FormatSubscriptionPath(String, String) メソッド

定義

トピック パスとサブスクリプション名に基づいて、サブスクリプション パスの書式を設定します。

public static string FormatSubscriptionPath (string topicPath, string subscriptionName);
static member FormatSubscriptionPath : string * string -> string
Public Shared Function FormatSubscriptionPath (topicPath As String, subscriptionName As String) As String

パラメーター

topicPath
String

スラッシュを含むトピックの名前。

subscriptionName
String

サブスクリプションの名前です。

戻り値

適用対象