HttpManagementPayload.RestartPostUri Property

Definition

Gets the HTTP POST instance restart endpoint.

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

Property Value

The HTTP URL for restarting an orchestration instance.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to