WorkflowTriggerListCallbackUrlQueries 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.
Gets the workflow trigger callback URL query parameters.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerListCallbackUrlQueriesTypeConverter))]
public class WorkflowTriggerListCallbackUrlQueries : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerListCallbackUrlQueries
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowTriggerListCallbackUrlQueriesTypeConverter))>]
type WorkflowTriggerListCallbackUrlQueries = class
interface IWorkflowTriggerListCallbackUrlQueries
interface IJsonSerializable
Public Class WorkflowTriggerListCallbackUrlQueries
Implements IWorkflowTriggerListCallbackUrlQueries
- Inheritance
-
WorkflowTriggerListCallbackUrlQueries
- Attributes
- Implements
Constructors
WorkflowTriggerListCallbackUrlQueries() |
Creates an new WorkflowTriggerListCallbackUrlQueries instance. |
Properties
ApiVersion |
The api version. |
Se |
The SAS timestamp. |
Sig |
The SAS signature. |
Sp |
The SAS permissions. |
Sv |
The SAS version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkflowTriggerListCallbackUrlQueries. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowTriggerListCallbackUrlQueries. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowTriggerListCallbackUrlQueries. |
FromJsonString(String) |
Creates a new instance of WorkflowTriggerListCallbackUrlQueries, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowTriggerListCallbackUrlQueries into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |