OutputFileUploadCondition Enum
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.
Defines values for OutputFileUploadCondition.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OutputFileUploadCondition
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OutputFileUploadCondition =
Public Enum OutputFileUploadCondition
- Inheritance
-
OutputFileUploadCondition
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
TaskSuccess | 0 | Upload the file(s) only after the Task process exits with an exit code of 0. |
TaskFailure | 1 | Upload the file(s) only after the Task process exits with a nonzero exit code. |
TaskCompletion | 2 | Upload the file(s) after the Task process exits, no matter what the exit code was. |
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET