IRetryHistory Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RetryHistoryTypeConverter))]
public interface IRetryHistory : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RetryHistoryTypeConverter))>]
type IRetryHistory = interface
interface IJsonSerializable
Public Interface IRetryHistory
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |