Compartir a través de


RecommendedActionErrorInfo.IsRetryable Propiedad

Definición

Obtiene si se podría omitir el error y se podría reintentar la acción recomendada. Los valores posibles son: Sí/No. Entre los valores posibles se incluyen: "Sí", "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a