PSJobReleaseTask 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
PSJobReleaseTask() | |
PSJobReleaseTask(String) |
PSJobReleaseTask()
public PSJobReleaseTask ();
Public Sub New ()
Applies to
PSJobReleaseTask(String)
public PSJobReleaseTask (string commandLine);
new Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask : string -> Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask
Public Sub New (commandLine As String)
Parameters
- commandLine
- String