Partager via


RolloutOperationInfo.RetryAttempt Propriété

Définition

Obtient le nombre ordinal du nombre de nouvelles tentatives lors d’un déploiement. 0 si aucune nouvelle tentative du déploiement n’a été effectuée. Si le déploiement est mis à jour avec un PUT, ce nombre est réinitialisé à 0.

[Newtonsoft.Json.JsonProperty(PropertyName="retryAttempt")]
public int? RetryAttempt { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retryAttempt")>]
member this.RetryAttempt : Nullable<int>
Public ReadOnly Property RetryAttempt As Nullable(Of Integer)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à