WorkflowTriggerCallbackUri 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.
The workflow trigger callback URL.
public class WorkflowTriggerCallbackUri : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.WorkflowTriggerCallbackUri>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.WorkflowTriggerCallbackUri>
type WorkflowTriggerCallbackUri = class
interface IJsonModel<WorkflowTriggerCallbackUri>
interface IPersistableModel<WorkflowTriggerCallbackUri>
Public Class WorkflowTriggerCallbackUri
Implements IJsonModel(Of WorkflowTriggerCallbackUri), IPersistableModel(Of WorkflowTriggerCallbackUri)
- Inheritance
-
WorkflowTriggerCallbackUri
- Implements
Properties
BasePath |
Gets the workflow trigger callback URL base path. |
Method |
Gets the workflow trigger callback URL HTTP method. |
Queries |
Gets the workflow trigger callback URL query parameters. |
RelativePath |
Gets the workflow trigger callback URL relative path. |
RelativePathParameters |
Gets the workflow trigger callback URL relative path parameters. |
Value |
Gets the workflow trigger callback URL. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<WorkflowTriggerCallbackUri>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WorkflowTriggerCallbackUri>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WorkflowTriggerCallbackUri>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WorkflowTriggerCallbackUri>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WorkflowTriggerCallbackUri>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET