ExitConditions.FileUploadError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets how the Batch service should respond if a file upload error occurs.
public Microsoft.Azure.Batch.ExitOptions FileUploadError { get; set; }
member this.FileUploadError : Microsoft.Azure.Batch.ExitOptions with get, set
Public Property FileUploadError As ExitOptions
Property Value
Remarks
If the task exited with an exit code that was specified via ExitCodes or ExitCodeRanges, and then encountered a file upload error, then the action specified by the exit code takes precedence.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET