IOperationResult.RetryHistory Property

Definition

Gets the retry histories.

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

Property Value

Attributes

Applies to