OutputFile.UploadOptions Property

Definition

Gets or sets additional options for the upload operation, including under what conditions to perform the upload.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to