AzureCliScript.CleanupPreference Property

Definition

Gets or sets the clean up preference when the script execution gets in a terminal state. Default setting is 'Always'. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to