CertificateDeleteHeaders.RetryAfter 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 or sets suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.
[Newtonsoft.Json.JsonProperty(PropertyName="Retry-After")]
public int? RetryAfter { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Retry-After")>]
member this.RetryAfter : Nullable<int> with get, set
Public Property RetryAfter As Nullable(Of Integer)
Property Value
- System.Nullable<System.Int32>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute