Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BatchNodeDisableSchedulingOption Struct

Definition

Namespace:
Azure.Compute.Batch
Assembly:
Azure.Compute.Batch.dll
Package:
Azure.Compute.Batch v1.0.0
Package:
Azure.Compute.Batch v1.0.0-beta.5
Source:
BatchNodeDisableSchedulingOption.cs
Source:
BatchNodeDisableSchedulingOption.cs

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.

BatchNodeDisableSchedulingOption enums.

public readonly struct BatchNodeDisableSchedulingOption : IEquatable<Azure.Compute.Batch.BatchNodeDisableSchedulingOption>
type BatchNodeDisableSchedulingOption = struct
Public Structure BatchNodeDisableSchedulingOption
Implements IEquatable(Of BatchNodeDisableSchedulingOption)
Inheritance
BatchNodeDisableSchedulingOption
Implements

Constructors

Name Description
BatchNodeDisableSchedulingOption(String)

Initializes a new instance of BatchNodeDisableSchedulingOption.

Properties

Name Description
Requeue

Terminate running Task processes and requeue the Tasks. The Tasks may run again on other Compute Nodes, or when Task scheduling is re-enabled on this Compute Node. Enter offline state as soon as Tasks have been terminated.

TaskCompletion

Allow currently running Tasks to complete. Schedule no new Tasks while waiting. Enter offline state 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. Enter offline state as soon as Tasks have been terminated.

Methods

Name Description
Equals(BatchNodeDisableSchedulingOption)

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

Name Description
Equality(BatchNodeDisableSchedulingOption, BatchNodeDisableSchedulingOption)

Determines if two BatchNodeDisableSchedulingOption values are the same.

Implicit(String to BatchNodeDisableSchedulingOption)

Converts a string to a BatchNodeDisableSchedulingOption.

Implicit(String to Nullable<BatchNodeDisableSchedulingOption>)
Inequality(BatchNodeDisableSchedulingOption, BatchNodeDisableSchedulingOption)

Determines if two BatchNodeDisableSchedulingOption values are not the same.

Applies to


Feedback

Was this page helpful?