HttpManagementPayload.SuspendPostUri Property

Definition

Gets the HTTP POST instance suspend endpoint.

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

Property Value

The HTTP URL for suspending an orchestration instance.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to