RollingUpgradePolicy.MaxUnhealthyUpgradedInstancePercent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le pourcentage maximal d’instances de machine virtuelle mises à niveau qui peuvent être trouvées dans un état non sain. Cette case activée se produit après la mise à niveau de chaque lot. Si ce pourcentage est dépassé, la mise à jour propagée abandonne. La valeur par défaut de ce paramètre est 20 %.
[Newtonsoft.Json.JsonProperty(PropertyName="maxUnhealthyUpgradedInstancePercent")]
public int? MaxUnhealthyUpgradedInstancePercent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxUnhealthyUpgradedInstancePercent")>]
member this.MaxUnhealthyUpgradedInstancePercent : Nullable<int> with get, set
Public Property MaxUnhealthyUpgradedInstancePercent As Nullable(Of Integer)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET