Bagikan melalui


OutputFileUploadOptions.UploadCondition Property

Definition

Gets or sets the conditions under which the Task output file or set of files should be uploaded.

[Newtonsoft.Json.JsonProperty(PropertyName="uploadCondition")]
public Microsoft.Azure.Batch.Protocol.Models.OutputFileUploadCondition UploadCondition { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="uploadCondition")>]
member this.UploadCondition : Microsoft.Azure.Batch.Protocol.Models.OutputFileUploadCondition with get, set
Public Property UploadCondition As OutputFileUploadCondition

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default is taskcompletion. Possible values include: 'taskSuccess', 'taskFailure', 'taskCompletion'

Applies to