WorkflowRunAction.RetryHistory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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