WorkflowRunAction.RetryHistory Property

Definition

Gets the retry histories.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.retryHistory")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RetryHistory> RetryHistory { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.retryHistory")>]
member this.RetryHistory : System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.RetryHistory> with get, set
Public Property RetryHistory As IList(Of RetryHistory)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to