RequestHistoryListResult 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 list of workflow request histories.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RequestHistoryListResultTypeConverter))]
public class RequestHistoryListResult : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRequestHistoryListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RequestHistoryListResultTypeConverter))>]
type RequestHistoryListResult = class
interface IRequestHistoryListResult
interface IJsonSerializable
Public Class RequestHistoryListResult
Implements IRequestHistoryListResult
- Inheritance
-
RequestHistoryListResult
- Attributes
- Implements
Constructors
RequestHistoryListResult() |
Creates an new RequestHistoryListResult instance. |
Properties
NextLink |
The URL to get the next set of results. |
Value |
A list of workflow request histories. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RequestHistoryListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RequestHistoryListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRequestHistoryListResult. |
FromJsonString(String) |
Creates a new instance of RequestHistoryListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RequestHistoryListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |