NodeDisableSchedulingParameter Constructors
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.
Overloads
NodeDisableSchedulingParameter() |
Initializes a new instance of the NodeDisableSchedulingParameter class. |
NodeDisableSchedulingParameter(Nullable<DisableComputeNodeSchedulingOption>) |
Initializes a new instance of the NodeDisableSchedulingParameter class. |
NodeDisableSchedulingParameter()
Initializes a new instance of the NodeDisableSchedulingParameter class.
public NodeDisableSchedulingParameter ();
Public Sub New ()
Applies to
NodeDisableSchedulingParameter(Nullable<DisableComputeNodeSchedulingOption>)
Initializes a new instance of the NodeDisableSchedulingParameter class.
public NodeDisableSchedulingParameter (Microsoft.Azure.Batch.Protocol.Models.DisableComputeNodeSchedulingOption? nodeDisableSchedulingOption = default);
new Microsoft.Azure.Batch.Protocol.Models.NodeDisableSchedulingParameter : Nullable<Microsoft.Azure.Batch.Protocol.Models.DisableComputeNodeSchedulingOption> -> Microsoft.Azure.Batch.Protocol.Models.NodeDisableSchedulingParameter
Public Sub New (Optional nodeDisableSchedulingOption As Nullable(Of DisableComputeNodeSchedulingOption) = Nothing)
Parameters
- nodeDisableSchedulingOption
- Nullable<DisableComputeNodeSchedulingOption>
What to do with currently running Tasks when disabling Task scheduling on the Compute Node.