WorkflowTriggerCallbackUrl 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerCallbackUrlTypeConverter))]
public class WorkflowTriggerCallbackUrl : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerCallbackUrl
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerCallbackUrlTypeConverter))>]
type WorkflowTriggerCallbackUrl = class
interface IWorkflowTriggerCallbackUrl
interface IJsonSerializable
Public Class WorkflowTriggerCallbackUrl
Implements IWorkflowTriggerCallbackUrl
- Inheritance
-
WorkflowTriggerCallbackUrl
- Attributes
- Implements
Constructors
WorkflowTriggerCallbackUrl() |
Creates an new WorkflowTriggerCallbackUrl instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowTriggerCallbackUrl. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowTriggerCallbackUrl. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerCallbackUrl. |
FromJsonString(String) |
Creates a new instance of WorkflowTriggerCallbackUrl, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowTriggerCallbackUrl into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |