Share via


WorkflowTriggerListCallbackUriQueries Class

Definition

Gets the workflow trigger callback URL query parameters.

public class WorkflowTriggerListCallbackUriQueries : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.WorkflowTriggerListCallbackUriQueries>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.WorkflowTriggerListCallbackUriQueries>
type WorkflowTriggerListCallbackUriQueries = class
    interface IJsonModel<WorkflowTriggerListCallbackUriQueries>
    interface IPersistableModel<WorkflowTriggerListCallbackUriQueries>
Public Class WorkflowTriggerListCallbackUriQueries
Implements IJsonModel(Of WorkflowTriggerListCallbackUriQueries), IPersistableModel(Of WorkflowTriggerListCallbackUriQueries)
Inheritance
WorkflowTriggerListCallbackUriQueries
Implements

Properties

ApiVersion

The api version.

SasPermission

The SAS permissions.

SasSignature

The SAS signature.

SasTimestamp

The SAS timestamp.

SasVersion

The SAS version.

Explicit Interface Implementations

IJsonModel<WorkflowTriggerListCallbackUriQueries>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WorkflowTriggerListCallbackUriQueries>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkflowTriggerListCallbackUriQueries>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkflowTriggerListCallbackUriQueries>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WorkflowTriggerListCallbackUriQueries>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to