Share via


SubscriptionClient.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

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

戻り値

指定 String したトピック パスとサブスクリプション名を使用して、形式名サブスクリプション パスを作成した結果です。

適用対象