JobDisableParameter 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
JobDisableParameter() |
Initializes a new instance of the JobDisableParameter class. |
JobDisableParameter(DisableJobOption) |
Initializes a new instance of the JobDisableParameter class. |
JobDisableParameter()
- Source:
- JobDisableParameter.cs
Initializes a new instance of the JobDisableParameter class.
public JobDisableParameter ();
Public Sub New ()
Applies to
JobDisableParameter(DisableJobOption)
- Source:
- JobDisableParameter.cs
Initializes a new instance of the JobDisableParameter class.
public JobDisableParameter (Microsoft.Azure.Batch.Protocol.Models.DisableJobOption disableTasks);
new Microsoft.Azure.Batch.Protocol.Models.JobDisableParameter : Microsoft.Azure.Batch.Protocol.Models.DisableJobOption -> Microsoft.Azure.Batch.Protocol.Models.JobDisableParameter
Public Sub New (disableTasks As DisableJobOption)
Parameters
- disableTasks
- DisableJobOption
What to do with active Tasks associated with the Job.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET