Microsoft.Azure.Commands.Batch.EnableBatchComputeNodeSchedulingCommand.ExecuteCmdlet C# (CSharp) Method

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void
        public override void ExecuteCmdlet()
        {
            ComputeNodeOperationParameters parameters = new ComputeNodeOperationParameters(this.BatchContext, this.PoolId,
                this.Id, this.ComputeNode, this.AdditionalBehaviors);

            BatchClient.EnableComputeNodeScheduling(parameters);
        }
    }
EnableBatchComputeNodeSchedulingCommand