HttpManagementPayload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data structure containing status, terminate and send external event HTTP endpoints.
public class HttpManagementPayload
type HttpManagementPayload = class
Public Class HttpManagementPayload
- Inheritance
-
HttpManagementPayload
Constructors
HttpManagementPayload() |
Properties
Id |
Gets the ID of the orchestration instance. |
PurgeHistoryDeleteUri |
Gets the HTTP DELETE purge instance history by instance ID endpoint. |
RestartPostUri |
Gets the HTTP POST instance restart endpoint. |
ResumePostUri |
Gets the HTTP POST instance resume endpoint. |
RewindPostUri |
Gets the HTTP POST instance rewind endpoint. |
SendEventPostUri |
Gets the HTTP POST external event sending endpoint URL. |
StatusQueryGetUri |
Gets the HTTP GET status query endpoint URL. |
SuspendPostUri |
Gets the HTTP POST instance suspend endpoint. |
TerminatePostUri |
Gets the HTTP POST instance termination endpoint. |
Applies to
Azure SDK for .NET