Partager via


IWorkflowTriggerCallbackUrl Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerCallbackUrlTypeConverter))]
public interface IWorkflowTriggerCallbackUrl : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerCallbackUrlTypeConverter))>]
type IWorkflowTriggerCallbackUrl = interface
    interface IJsonSerializable
Public Interface IWorkflowTriggerCallbackUrl
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BasePath

Gets the workflow trigger callback URL base path.

Method

Gets the workflow trigger callback URL HTTP method.

QueryApiVersion

The api version.

QuerySe

The SAS timestamp.

QuerySig

The SAS signature.

QuerySp

The SAS permissions.

QuerySv

The SAS version.

RelativePath

Gets the workflow trigger callback URL relative path.

RelativePathParameter

Gets the workflow trigger callback URL relative path parameters.

Value

Gets the workflow trigger callback URL.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to