OutputFileUploadCondition Struct
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.
OutputFileUploadCondition enums.
public readonly struct OutputFileUploadCondition : IEquatable<Azure.Compute.Batch.OutputFileUploadCondition>
type OutputFileUploadCondition = struct
Public Structure OutputFileUploadCondition
Implements IEquatable(Of OutputFileUploadCondition)
- Inheritance
-
OutputFileUploadCondition
- Implements
Constructors
OutputFileUploadCondition(String) |
Initializes a new instance of OutputFileUploadCondition. |
Properties
TaskCompletion |
Upload the file(s) after the Task process exits, no matter what the exit code was. |
TaskFailure |
Upload the file(s) only after the Task process exits with a nonzero exit code. |
TaskSuccess |
Upload the file(s) only after the Task process exits with an exit code of 0. |
Methods
Equals(OutputFileUploadCondition) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OutputFileUploadCondition, OutputFileUploadCondition) |
Determines if two OutputFileUploadCondition values are the same. |
Implicit(String to OutputFileUploadCondition) |
Converts a string to a OutputFileUploadCondition. |
Inequality(OutputFileUploadCondition, OutputFileUploadCondition) |
Determines if two OutputFileUploadCondition values are not the same. |
Applies to
Azure SDK for .NET