Compartir a través de


WorkflowTriggerCallbackUri Class

Definition

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.

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