Partager via


ContainerGroup.RestartPolicy Propriété

Définition

Obtient ou définit la stratégie de redémarrage pour tous les conteneurs au sein du groupe de conteneurs.

  • Always Toujours redémarrer
  • OnFailure Redémarrer en cas d’échec
  • Never Ne redémarrez jamais . Les valeurs possibles sont les suivantes : 'Always', 'OnFailure', 'Never'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.restartPolicy")]
public string RestartPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.restartPolicy")>]
member this.RestartPolicy : string with get, set
Public Property RestartPolicy As String

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à