Compartir a través de


AzureCliScript.CleanupPreference Propiedad

Definición

Obtiene o establece la preferencia de limpieza cuando la ejecución del script se obtiene en un estado terminal. El valor predeterminado es "Always". Entre los valores posibles se incluyen: "Always", "OnSuccess", "OnExpiration".

[Newtonsoft.Json.JsonProperty(PropertyName="properties.cleanupPreference")]
public string CleanupPreference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.cleanupPreference")>]
member this.CleanupPreference : string with get, set
Public Property CleanupPreference As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a