HttpManagementPayload.SuspendPostUri プロパティ

定義

HTTP POST インスタンスの中断エンドポイントを取得します。

[Newtonsoft.Json.JsonProperty("suspendPostUri")]
public string SuspendPostUri { get; }
[<Newtonsoft.Json.JsonProperty("suspendPostUri")>]
member this.SuspendPostUri : string
Public ReadOnly Property SuspendPostUri As String

プロパティ値

オーケストレーション インスタンスを中断するための HTTP URL。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象