你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecommendedActionErrorInfo.IsRetryable 属性

定义

获取是否可以忽略错误以及是否可以重试建议的操作。 可能的值为:是/否。 可能的值包括:“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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于