次の方法で共有


JobError.Retry プロパティ

定義

Gets は、ジョブを再試行できる可能性があることを示します。 再試行に失敗した場合は、Azure portal からAzure サポートにお問い合わせください。 指定できる値は、'DoNotRetry'、'MayRetry' です。

[Newtonsoft.Json.JsonProperty(PropertyName="retry")]
public Microsoft.Azure.Management.Media.Models.JobRetry Retry { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retry")>]
member this.Retry : Microsoft.Azure.Management.Media.Models.JobRetry
Public ReadOnly Property Retry As JobRetry

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象