Compartilhar via


ContainerGroup.RestartPolicy Propriedade

Definição

Obtém ou define a política de reinicialização para todos os contêineres dentro do grupo de contêineres.

  • Always Sempre reiniciar
  • OnFailure Reiniciar em caso de falha
  • Never Nunca reinicie . Os valores possíveis incluem: '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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a