Share via


IOperationResult.RetryHistory Property

Definition

Gets the retry histories.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets the retry histories.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRetryHistory) }, ReadOnly=false, Required=false, SerializedName="retryHistory")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRetryHistory[] RetryHistory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets the retry histories.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRetryHistory) }, ReadOnly=false, Required=false, SerializedName="retryHistory")>]
member this.RetryHistory : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRetryHistory[] with get, set
Public Property RetryHistory As IRetryHistory()

Property Value

Attributes

Applies to