Sdílet prostřednictvím


RecommendedActionErrorInfo.IsRetryable Property

Definition

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

Applies to