EntityNameHelper.FormatDeadLetterPath(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キューまたはサブスクリプションの配信不能パスの書式を設定します。
public static string FormatDeadLetterPath (string entityPath);
static member FormatDeadLetterPath : string -> string
Public Shared Function FormatDeadLetterPath (entityPath As String) As String
パラメーター
- entityPath
- String
キューの名前、またはサブスクリプションのパス。
戻り値
配信不能エンティティの文字列としてのパス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET