次の方法で共有


ServiceBusOptions.IOptionsFormatter.Format メソッド

定義

オプションを表示用の JSON オブジェクトとして書式設定します。

string IOptionsFormatter.Format();
abstract member Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter.Format : unit -> string
override this.Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter.Format : unit -> string
Function Format () As String Implements IOptionsFormatter.Format

戻り値

JSON として書式設定されたオプション。

実装

Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter.Format

適用対象