RecommendedActionErrorInfo.IsRetryable 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 whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No. Possible values include: 'Yes', 'No'
[Newtonsoft.Json.JsonProperty(PropertyName="isRetryable")]
public Microsoft.Azure.Management.Sql.Models.IsRetryable? IsRetryable { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isRetryable")>]
member this.IsRetryable : Nullable<Microsoft.Azure.Management.Sql.Models.IsRetryable>
Public ReadOnly Property IsRetryable As Nullable(Of IsRetryable)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute