Udostępnij przez


IRetryHistory Interface

Definition

[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)

Applies to