Microsoft.Azure.Commands.Batch.Models.PSStartTask.PSStartTask C# (CSharp) Method

PSStartTask() public method

public PSStartTask ( ) : System
return System
        public PSStartTask()
        {
            this.omObject = new Microsoft.Azure.Batch.StartTask();
        }
        

Same methods

PSStartTask::PSStartTask ( Microsoft omObject ) : System
PSStartTask::PSStartTask ( string commandLine ) : System
PSStartTask