BatchNodeDeallocationOption 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.
BatchNodeDeallocationOption enums.
public readonly struct BatchNodeDeallocationOption : IEquatable<Azure.Compute.Batch.BatchNodeDeallocationOption>
type BatchNodeDeallocationOption = struct
Public Structure BatchNodeDeallocationOption
Implements IEquatable(Of BatchNodeDeallocationOption)
- Inheritance
-
BatchNodeDeallocationOption
- Implements
Constructors
BatchNodeDeallocationOption(String) |
Initializes a new instance of BatchNodeDeallocationOption. |
Properties
Requeue |
Terminate running Task processes and requeue the Tasks. The Tasks will run again when a Compute Node is available. Remove Compute Nodes as soon as Tasks have been terminated. |
RetainedData |
Allow currently running Tasks to complete, then wait for all Task data retention periods to expire. Schedule no new Tasks while waiting. Remove Compute Nodes when all Task retention periods have expired. |
TaskCompletion |
Allow currently running Tasks to complete. Schedule no new Tasks while waiting. Remove Compute Nodes when all Tasks have completed. |
Terminate |
Terminate running Tasks. The Tasks will be completed with failureInfo indicating that they were terminated, and will not run again. Remove Compute Nodes as soon as Tasks have been terminated. |
Methods
Equals(BatchNodeDeallocationOption) |
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(BatchNodeDeallocationOption, BatchNodeDeallocationOption) |
Determines if two BatchNodeDeallocationOption values are the same. |
Implicit(String to BatchNodeDeallocationOption) |
Converts a string to a BatchNodeDeallocationOption. |
Inequality(BatchNodeDeallocationOption, BatchNodeDeallocationOption) |
Determines if two BatchNodeDeallocationOption values are not the same. |
Applies to
Azure SDK for .NET