RetryHistory 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 retry history.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RetryHistoryTypeConverter))]
public class RetryHistory : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRetryHistory
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RetryHistoryTypeConverter))>]
type RetryHistory = class
interface IRetryHistory
interface IJsonSerializable
Public Class RetryHistory
Implements IRetryHistory
- Inheritance
-
RetryHistory
- Attributes
- Implements
Constructors
RetryHistory() |
Creates an new RetryHistory instance. |
Properties
ClientRequestId |
Gets the client request Id. |
Code |
Gets the status code. |
EndTime |
Gets the end time. |
ErrorCode |
Error code. |
Message |
Error message indicating why the operation failed. |
ServiceRequestId |
Gets the service request Id. |
StartTime |
Gets the start time. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RetryHistory. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RetryHistory. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRetryHistory. |
FromJsonString(String) |
Creates a new instance of RetryHistory, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RetryHistory into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |