次の方法で共有


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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to